:root{color:#17201e;background:#f4f7f3;font-family:Segoe UI,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--ink: #17201e;--muted: #67716f;--line: #dce3df;--paper: #f4f7f3;--white: #ffffff;--teal: #27b9a8;--teal-dark: #0d6f65;--coral: #f06d5e}*{box-sizing:border-box}html{min-width:320px;background:var(--paper)}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.download-page{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:var(--paper)}.public-header,.public-footer,.download-hero{width:min(1180px,calc(100% - 56px));margin-inline:auto}.public-header{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.public-brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:720;font-size:15px}.brand-mark,.state-mark{width:38px;height:38px;display:grid;place-items:center;color:#082e29;background:var(--teal);border:1px solid #159888}.brand-mark svg{width:19px}.release-label{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;font-variant-numeric:tabular-nums}.download-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.75fr);gap:72px;align-items:center;padding-block:44px}.hero-copy{max-width:590px}.hero-kicker{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--teal-dark);font-size:13px;font-weight:720}.hero-kicker span{width:8px;height:8px;background:var(--coral)}.hero-copy h1{max-width:9ch;margin:0;color:var(--ink);font-size:66px;line-height:1.05;font-weight:780;letter-spacing:0;overflow-wrap:anywhere}.hero-tagline{max-width:520px;margin:22px 0 0;color:#4e5a57;font-size:19px;line-height:1.7}.download-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:36px}.platform-button{min-width:0;height:70px;display:grid;grid-template-columns:28px minmax(0,1fr) 18px;gap:12px;align-items:center;padding:0 18px;border:1px solid var(--line);border-radius:6px;text-align:left;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.platform-button>svg:first-child{width:25px;height:25px}.platform-button strong,.platform-button small{display:block}.platform-button strong{font-size:15px;line-height:1.25}.platform-button small{margin-top:4px;font-size:11px;opacity:.7}.download-arrow{width:17px}.platform-button.is-primary{color:#082e29;background:var(--teal);border-color:#159888}.platform-button.is-secondary{color:var(--ink);background:#ffffffc7}.platform-button.is-disabled{grid-template-columns:28px minmax(0,1fr);color:#8a9491;background:#e9eeeb;cursor:not-allowed}.platform-button:not(.is-disabled):hover{transform:translateY(-2px);border-color:#8aa19c}.platform-button:focus-visible,.retry-button:focus-visible,.public-brand:focus-visible{outline:3px solid rgba(240,109,94,.45);outline-offset:3px}.release-note{margin:16px 0 0;color:var(--muted);font-size:12px}.product-stage{position:relative;min-height:650px;display:grid;place-items:center;border-left:1px solid var(--line)}.product-stage:before{content:"";position:absolute;inset:12% 8% 12% 24%;background:#dff0e9;border:1px solid #c8ddd5}.product-stage:after{content:"";position:absolute;width:64px;height:170px;right:3%;bottom:14%;background:var(--coral)}.stage-index{position:absolute;top:9%;left:13%;color:#97a19e;font-size:13px;font-weight:700}.phone-shell{position:relative;z-index:2;width:276px;aspect-ratio:390 / 844;padding:8px;overflow:hidden;border:2px solid #121817;border-radius:30px;background:#111717;box-shadow:20px 24px #17201e1a;transform:rotate(2deg)}.phone-shell img{width:100%;height:100%;display:block;object-fit:cover;border-radius:22px}.phone-speaker{position:absolute;z-index:3;top:12px;left:50%;width:62px;height:17px;border-radius:10px;background:#111717;transform:translate(-50%)}.stage-caption{position:absolute;z-index:3;right:0;top:9%;display:grid;gap:4px;color:#66716e;font-size:10px;text-align:right;text-transform:uppercase}.public-footer{min-height:58px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.public-state{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;color:var(--ink);text-align:center;background:var(--paper)}.public-state h1{margin:22px 0 8px;font-size:25px}.public-state p{margin:0;color:var(--muted)}.retry-button{height:44px;display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:0 18px;border:1px solid #159888;border-radius:5px;color:#082e29;background:var(--teal);font-weight:700;cursor:pointer}.retry-button svg{width:17px}.loading-mark,.loading-line{background:#dfe6e2;animation:loading 1.2s ease-in-out infinite alternate}.loading-mark{width:54px;height:54px}.loading-line{width:180px;height:14px;margin-top:12px}.loading-line.wide{width:260px;height:28px;margin-top:24px}@keyframes loading{to{opacity:.45}}@media(max-width:900px){.download-page{overflow:visible}.download-hero{grid-template-columns:1fr;gap:32px;padding-block:48px 30px}.hero-copy{max-width:680px}.hero-copy h1{max-width:12ch;font-size:56px}.product-stage{min-height:610px;border-left:0;border-top:1px solid var(--line)}}@media(max-width:560px){.public-header,.public-footer,.download-hero{width:min(100% - 32px,480px)}.public-header{height:68px}.download-hero{padding-top:34px}.hero-copy h1{font-size:43px;line-height:1.12}.hero-tagline{margin-top:16px;font-size:16px;line-height:1.65}.download-actions{grid-template-columns:1fr;margin-top:28px}.platform-button{height:66px}.product-stage{min-height:530px}.phone-shell{width:218px;border-radius:25px;box-shadow:14px 16px #17201e1a}.phone-shell img{border-radius:18px}.product-stage:after{width:42px;height:130px}.stage-caption{display:none}}html{scroll-behavior:smooth}.download-page{min-height:100dvh;display:block;overflow-x:hidden;color:#101b3f;background:#fff;font-family:Microsoft YaHei,PingFang SC,Segoe UI,sans-serif}.public-header{width:min(1120px,calc(100% - 48px));height:76px;display:flex;align-items:center;justify-content:space-between;margin-inline:auto;border:0;background:#fff}.public-brand{min-width:0;display:inline-flex;align-items:center;gap:12px;color:#113d91;font-size:21px;text-decoration:none}.public-brand strong{max-width:19ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-icon{width:142px;height:142px;flex:0 0 auto;display:block;overflow:hidden;border:1px solid rgba(25,78,166,.14);border-radius:28px;background:#fff;box-shadow:0 18px 42px #193d7e21;object-fit:cover}.app-icon.is-compact{width:42px;height:42px;border-radius:10px;box-shadow:0 6px 18px #193d7e1c}.app-icon-fallback{display:grid;place-items:center;color:#fff;background:#1265d9;font-size:56px;font-weight:800}.app-icon-fallback.is-compact{font-size:18px}.app-icon-fallback.is-compact svg{width:19px}.public-nav{height:100%;display:flex;align-items:center;gap:38px}.public-nav a{position:relative;height:100%;display:grid;place-items:center;color:#232b45;font-size:14px;text-decoration:none}.public-nav a:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:transparent;transform:scaleX(0);transition:transform .18s ease,background .18s ease}.public-nav a:hover:after,.public-nav a.is-active:after{background:#1456c6;transform:scaleX(1)}.download-hero{width:100%;min-height:515px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:46px;padding:50px 24px 38px;background:#eef6ff;border-top:1px solid #e5effc;border-bottom:1px solid #dce9fa;scroll-margin-top:20px}.hero-content{width:min(900px,100%);display:flex;align-items:flex-start;justify-content:center;gap:36px}.hero-copy{width:min(100%,560px);max-width:none}.hero-copy h1{max-width:none;margin:-7px 0 0;color:#071742;font-size:54px;line-height:1.16;font-weight:800;overflow-wrap:anywhere;text-wrap:balance}.hero-tagline{max-width:580px;margin:8px 0 0;color:#303c59;font-size:18px;line-height:1.65}.hero-meta{display:flex;align-items:center;gap:12px;margin-top:13px;color:#65708b;font-size:13px;font-variant-numeric:tabular-nums}.hero-meta i{width:1px;height:14px;background:#b9c8dc}.primary-download-button{width:252px;height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;border:1px solid #0b4bc3;border-radius:7px;color:#fff;background:#075be4;box-shadow:0 12px 24px #075be433;font-size:18px;font-weight:750;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.primary-download-button svg{width:21px}.primary-download-button:hover{background:#064fc8;box-shadow:0 14px 28px #075be445;transform:translateY(-2px)}.primary-download-button:active{transform:translateY(1px)}.primary-download-button.is-disabled{border-color:#b7c2d4;color:#71809a;background:#dce4ef;box-shadow:none;cursor:not-allowed}.download-actions{width:318px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.platform-button{min-width:0;height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid #bcc9db;border-radius:7px;color:#15213d;background:#ffffffd1;font-size:13px;text-align:center;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.platform-button svg{width:18px;height:18px;flex:0 0 auto}.platform-button.is-primary{color:#0b49ae;border-color:#4a7fd2;background:#fff}.platform-button.is-secondary{color:#15213d;background:#ffffffb8}.platform-button.is-disabled{color:#909bb0;border-color:#ccd4df;background:#e8edf4;cursor:not-allowed}.platform-button:not(.is-disabled):hover{border-color:#1265d9;background:#fff;transform:translateY(-2px)}.primary-download-button:focus-visible,.platform-button:focus-visible,.public-nav a:focus-visible,.public-brand:focus-visible,.retry-button:focus-visible{outline:3px solid rgba(230,173,32,.55);outline-offset:3px}.hero-assurances{width:min(650px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hero-assurances>span{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:9px;align-items:center;color:#152446}.hero-assurances svg{width:31px;height:31px;grid-row:1 / span 2;padding:6px;border-radius:50%;color:#fff;background:#1265d9}.hero-assurances strong{font-size:13px;line-height:1.25}.hero-assurances small{margin-top:2px;color:#7a869e;font-size:10px;line-height:1.3}.public-section{width:min(1120px,calc(100% - 48px));margin-inline:auto;padding-top:60px}.section-heading{display:flex;align-items:center;justify-content:center;gap:18px}.section-heading span{width:38px;height:1px;background:#d3aa38}.section-heading h2{margin:0;color:#101a3a;font-size:24px;line-height:1.3}.about-section>p{max-width:720px;margin:13px auto 0;color:#69738a;font-size:14px;line-height:1.8;text-align:center;text-wrap:pretty}.showcase-layout{min-height:440px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:66px;margin-top:34px;padding:42px 70px;overflow:hidden;border:1px solid #dce7f4;border-radius:7px;background:#f7faff}.showcase-copy small{color:#1265d9;font-size:11px;font-weight:800}.showcase-copy h3{max-width:11ch;margin:12px 0 0;color:#0d1938;font-size:32px;line-height:1.3;text-wrap:balance}.showcase-copy>p{max-width:430px;margin:16px 0 0;color:#647088;font-size:14px;line-height:1.8}.showcase-version{width:180px;display:flex;justify-content:space-between;margin-top:28px;padding-top:14px;border-top:1px solid #ccd8e8;color:#65718a;font-size:12px}.showcase-version strong{color:#172649;font-variant-numeric:tabular-nums}.showcase-frame{min-height:350px;display:grid;place-items:center;border-left:1px solid #d6e1ef}.showcase-phone{position:relative;width:208px;aspect-ratio:390 / 844;padding:7px;overflow:hidden;border:2px solid #111a2e;border-radius:27px;background:#111a2e;box-shadow:18px 20px #dbe7f6}.showcase-phone>span{position:absolute;z-index:2;top:9px;left:50%;width:52px;height:15px;border-radius:9px;background:#111a2e;transform:translate(-50%)}.showcase-phone img{width:100%;height:100%;display:block;border-radius:20px;object-fit:cover}.highlights-section{padding-bottom:66px}.highlights-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:30px}.highlight-item{min-width:0;min-height:122px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:center;padding:22px 18px;border:1px solid #e2e7ee;border-radius:6px;background:#fff;box-shadow:0 8px 24px #162d520f}.highlight-item>svg{width:44px;height:44px;padding:9px;color:#fff;background:#1265d9}.highlight-item h3{margin:0;color:#142141;font-size:14px;line-height:1.4}.highlight-item p{margin:7px 0 0;color:#788298;font-size:11px;line-height:1.55}.public-footer{width:100%;min-height:62px;display:flex;align-items:center;justify-content:center;gap:32px;padding:16px 24px;border:0;border-top:1px solid #e0e6ee;color:#7a8498;background:#f8fafc;font-size:11px}.public-state{color:#101b3f;background:#f7faff}.state-mark{color:#fff;background:#1265d9;border-color:#0b50b8}.retry-button{color:#fff;background:#075be4;border-color:#0b4bc3}.loading-mark,.loading-line{background:#dce6f2}@media(max-width:900px){.showcase-layout{grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:36px;padding-inline:42px}.highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.public-header{width:calc(100% - 32px);height:64px}.public-brand{gap:8px;font-size:16px}.app-icon.is-compact{width:36px;height:36px;border-radius:8px}.public-nav{gap:16px}.public-nav a{font-size:12px}.public-nav a:nth-child(3){display:none}.public-nav a:after{bottom:11px}.download-hero{min-height:auto;gap:36px;padding:38px 16px 30px}.hero-content{flex-direction:column;align-items:center;gap:20px;text-align:center}.app-icon{width:106px;height:106px;border-radius:22px}.app-icon-fallback{font-size:42px}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-copy h1{margin-top:0;font-size:38px;line-height:1.2}.hero-tagline{margin-top:7px;font-size:15px;line-height:1.55}.hero-meta{justify-content:center;margin-top:10px;font-size:12px}.primary-download-button{width:min(100%,318px);margin-top:18px}.download-actions{width:min(100%,318px)}.hero-assurances{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.hero-assurances>span{display:flex;flex-direction:column;gap:5px;text-align:center}.hero-assurances svg{width:30px;height:30px}.hero-assurances small{display:none}.hero-assurances strong{font-size:11px}.public-section{width:calc(100% - 32px);padding-top:46px}.section-heading{gap:12px}.section-heading span{width:24px}.section-heading h2{font-size:21px}.about-section>p{font-size:13px}.showcase-layout{min-height:0;grid-template-columns:1fr;gap:28px;margin-top:26px;padding:30px 22px 42px}.showcase-copy{text-align:center}.showcase-copy h3{max-width:12ch;margin-inline:auto;font-size:25px}.showcase-copy>p{font-size:13px}.showcase-version{margin-inline:auto}.showcase-frame{min-height:390px;border-top:1px solid #d6e1ef;border-left:0}.showcase-phone{width:196px}.highlights-grid{grid-template-columns:1fr;gap:10px}.highlight-item{min-height:100px}.highlights-section{padding-bottom:48px}}@media(max-width:360px){.public-nav{gap:11px}.download-actions{grid-template-columns:1fr}.platform-button{height:40px}.hero-meta{flex-wrap:wrap}.showcase-layout{padding-inline:16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.admin-loading{min-height:260px;display:flex;align-items:center;justify-content:center;gap:10px;color:#64706d;background:#f3f5f3;font-size:13px}.app-route-loading{min-height:100dvh;display:grid;place-items:center;color:#64706d;background:#f3f5f3;font-size:13px}.admin-loading svg{width:20px;animation:admin-spin .9s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-login-page{min-height:100dvh;display:grid;grid-template-columns:minmax(360px,1fr) minmax(480px,.9fr);background:#f5f7f5}.login-brand-panel{position:relative;min-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;padding:50px 56px;overflow:hidden;color:#ecf2ef;background:#171c1b}.login-brand-panel:after{content:"";position:absolute;right:-80px;bottom:15%;width:260px;height:260px;border:1px solid #33403d;transform:rotate(45deg)}.login-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:750;text-transform:uppercase}.login-brand>span{width:40px;height:40px;display:grid;place-items:center;color:#072e29;background:var(--teal)}.login-brand svg{width:20px}.login-brand-copy{position:relative;z-index:1;max-width:620px}.login-brand-copy p{margin:0 0 20px;color:#73cbbd;font-size:11px;font-weight:750}.login-brand-copy h2{margin:0;font-size:44px;line-height:1.28;font-weight:700;letter-spacing:0}.login-index{position:relative;z-index:1;color:#73807d;font-size:11px}.login-form-panel{display:grid;place-items:center;padding:48px}.admin-login-form{width:min(100%,410px)}.login-eyebrow{margin:0 0 14px;color:var(--teal-dark);font-size:11px;font-weight:800}.admin-login-form h1{margin:0;font-size:36px;line-height:1.2}.login-subtitle{margin:12px 0 32px;color:var(--muted);font-size:14px}.admin-field{min-width:0;display:grid;gap:8px;color:#4c5754;font-size:12px;font-weight:680}.admin-login-form .admin-field{margin-top:18px}.admin-field input{width:100%;height:46px;padding:0 13px;border:1px solid #d6deda;border-radius:4px;outline:0;color:var(--ink);background:#fff;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.admin-field input:focus{border-color:#299f91;box-shadow:0 0 0 3px #27b9a81f}.field-control{position:relative;display:block}.field-control svg{position:absolute;z-index:1;top:50%;left:14px;width:17px;color:#87918f;transform:translateY(-50%)}.field-control input{padding-left:42px}.admin-primary-button,.admin-secondary-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 17px;border-radius:4px;font-size:13px;font-weight:760;cursor:pointer}.admin-primary-button{border:1px solid #159888;color:#082e29;background:var(--teal)}.admin-secondary-button{border:1px solid #cfd8d4;color:var(--ink);background:#fff}.admin-primary-button svg,.admin-secondary-button svg{width:17px}.admin-primary-button:disabled{opacity:.6;cursor:wait}.login-submit{width:100%;justify-content:space-between;margin-top:26px;padding-inline:18px}.inline-message{display:flex;align-items:flex-start;gap:9px;margin:0 0 20px;padding:11px 13px;border:1px solid;border-radius:4px;font-size:12px;line-height:1.5}.inline-message svg{width:17px;min-width:17px}.inline-message.is-error{color:#913f35;border-color:#efc2bb;background:#fff1ee}.inline-message.is-success{color:#176c60;border-color:#b9ddd5;background:#ecf8f4}.admin-workspace{min-height:100dvh;color:var(--ink);background:#f3f5f3}.admin-sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:248px;display:flex;flex-direction:column;padding:26px 18px 18px;color:#dce4e1;background:#171c1b}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 10px 30px;border-bottom:1px solid #2d3533}.sidebar-brand>span{width:38px;height:38px;display:grid;place-items:center;color:#082e29;background:var(--teal)}.sidebar-brand svg{width:19px}.sidebar-brand strong{font-size:12px;line-height:1.3;text-transform:uppercase}.admin-navigation{display:grid;gap:5px;padding-top:24px}.admin-navigation>p{margin:0 10px 10px;color:#77817e;font-size:10px;font-weight:750;text-transform:uppercase}.admin-navigation button,.sidebar-account>button{width:100%;height:44px;display:flex;align-items:center;gap:12px;padding:0 11px;border:0;border-radius:4px;color:#aab5b2;background:transparent;text-align:left;font-size:13px;cursor:pointer}.admin-navigation button svg,.sidebar-account>button svg{width:18px}.admin-navigation button:hover,.sidebar-account>button:hover{color:#f1f5f3;background:#232a28}.admin-navigation button.is-active{color:#dff9f3;background:#223c37}.admin-navigation button.is-active svg{color:#55d2c2}.sidebar-account{margin-top:auto;padding-top:18px;border-top:1px solid #2d3533}.sidebar-account>div{display:flex;align-items:center;gap:10px;padding:0 10px 14px}.account-avatar{width:34px;height:34px;display:grid;place-items:center;color:#d6e0dd;background:#2a3331}.account-avatar svg{width:17px}.sidebar-account strong,.sidebar-account small{display:block}.sidebar-account strong{font-size:12px}.sidebar-account small{margin-top:3px;color:#77817e;font-size:10px}.sidebar-close{display:none}.admin-main{min-height:100dvh;margin-left:248px}.admin-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid #dce3df;background:#ffffffd6}.admin-topbar>div{display:flex;align-items:center;gap:8px;color:#68726f;font-size:11px}.topbar-status{width:7px;height:7px;background:var(--teal);box-shadow:0 0 0 4px #27b9a81f}.admin-topbar a{color:#40504c;font-size:12px;font-weight:680;text-decoration:none}.mobile-menu-button{display:none}.admin-content{width:min(100%,1460px);margin:0 auto;padding:34px 36px 50px}.admin-page{min-width:0}.admin-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.admin-page-heading h1{margin:0;font-size:25px;line-height:1.2}.admin-page-heading p{margin:8px 0 0;color:#6d7774;font-size:13px}.range-control{display:inline-grid;grid-auto-flow:column;padding:3px;border:1px solid #d7dfdb;border-radius:5px;background:#fff}.range-control button{min-width:76px;height:32px;padding:0 12px;border:0;border-radius:3px;color:#6e7976;background:transparent;font-size:11px;cursor:pointer}.range-control button.is-active{color:#0b5d54;background:#dff3ed;font-weight:750}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.metric-card{min-height:150px;padding:20px;border:1px solid #dbe2de;border-radius:6px;background:#fff}.metric-card>div{display:flex;justify-content:space-between;color:#697471;font-size:12px}.metric-card>div svg{width:18px;color:#7f8a87}.metric-card>strong{display:block;margin-top:25px;font-size:31px;line-height:1;font-variant-numeric:tabular-nums}.metric-card>small{display:block;margin-top:12px;color:#8a9491;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.62fr);gap:16px}.admin-panel{min-width:0;border:1px solid #dbe2de;border-radius:6px;background:#fff}.panel-heading{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid #e5eae7}.panel-heading h2{margin:0;font-size:14px}.panel-heading p{margin:5px 0 0;color:#87908e;font-size:10px}.chart-legend{display:inline-flex;align-items:center;gap:7px;color:#707a77;font-size:10px}.chart-legend i{width:8px;height:8px;background:#159888}.chart-legend i:nth-of-type(2){margin-left:7px;background:var(--coral)}.chart-wrap{min-width:0;padding:18px 14px 10px}.split-panel{padding-bottom:22px}.split-total{display:flex;align-items:baseline;gap:8px;padding:22px 20px 18px}.split-total strong{font-size:32px}.split-total span{color:#7a8582;font-size:11px}.split-row{padding:10px 20px}.split-row>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px;font-size:11px}.split-row strong{color:#606c68}.split-track{height:7px;overflow:hidden;background:#e8ecea}.split-track span{display:block;height:100%;background:#159888}.split-row:nth-last-child(1) .split-track span{background:var(--coral)}.settings-form{border-top:1px solid #d9e0dc}.settings-section{display:grid;grid-template-columns:240px minmax(0,1fr);gap:40px;padding:30px 0;border-bottom:1px solid #d9e0dc}.settings-section-title{display:flex;gap:14px}.settings-section-title>span{color:var(--coral);font-size:11px;font-weight:800}.settings-section-title h2{margin:0;font-size:15px}.settings-section-title p{margin:7px 0 0;color:#7a8582;font-size:11px;line-height:1.5}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-field.is-wide{grid-column:1 / -1}.brand-settings{display:grid;gap:24px}.admin-icon-control{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center;padding-bottom:24px;border-bottom:1px solid #e0e6e3}.admin-icon-control>img,.admin-icon-fallback{width:112px;height:112px;display:grid;place-items:center;border:1px solid #d2dbd7;border-radius:7px;color:#fff;background:#1265d9;font-size:36px;font-weight:800;object-fit:cover}.admin-icon-control strong{font-size:13px}.admin-icon-control p{margin:7px 0 13px;color:#7a8582;font-size:10px;line-height:1.5}.admin-upload-button{position:relative;width:fit-content;height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #cbd5d1;border-radius:4px;color:#34433f;background:#fff;font-size:10px;font-weight:700;cursor:pointer}.admin-upload-button svg{width:15px}.admin-upload-button:hover{border-color:#159888}.admin-upload-button:focus-within{outline:3px solid rgba(240,109,94,.35);outline-offset:3px}.admin-upload-button.is-disabled{color:#909996;background:#edf0ee;cursor:wait}.admin-upload-button input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.platform-settings{display:grid;gap:20px}.platform-setting-row{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:22px;align-items:end}.download-source-settings{display:grid;gap:16px}.download-source-panel{padding:20px;border:1px solid #dbe2de;border-radius:6px;background:#fff}.download-source-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid #e7ebe9}.download-source-heading>div{display:grid;gap:4px}.download-source-heading>div>strong{font-size:13px}.download-source-heading small{color:#7a8582;font-size:10px}.download-source-heading .switch-control{height:30px}.source-mode-control{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}.source-mode-control label{position:relative;min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d3dcd8;border-radius:4px;color:#68736f;background:#f8faf9;font-size:10px;font-weight:750;cursor:pointer}.source-mode-control label:has(input:checked){color:#0d7468;border-color:#159888;background:#eaf7f4}.source-mode-control input{position:absolute;opacity:0;pointer-events:none}.source-mode-control svg{width:15px;height:15px}.source-mode-control label:has(input:focus-visible){outline:3px solid rgba(240,109,94,.35);outline-offset:2px}.apk-upload-control{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px dashed #cbd5d1;border-radius:4px;background:#fafcfb}.apk-upload-control>div{min-width:0;display:grid;gap:5px}.apk-upload-control strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.apk-upload-control small{color:#7a8582;font-size:9px}.legacy-platform-setting{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:18px;align-items:end;padding-top:4px}.switch-control{height:46px;display:flex;align-items:center;gap:10px;cursor:pointer}.switch-control input{position:absolute;opacity:0;pointer-events:none}.switch-control>span{position:relative;width:38px;height:22px;border-radius:11px;background:#c8d0cd;transition:background .15s ease}.switch-control>span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s ease}.switch-control input:checked+span{background:#159888}.switch-control input:checked+span:after{transform:translate(16px)}.switch-control input:focus-visible+span{outline:3px solid rgba(240,109,94,.35);outline-offset:3px}.switch-control strong{font-size:11px}.settings-actions{display:flex;align-items:center;justify-content:space-between;padding-top:24px}.settings-actions>span{color:#7a8582;font-size:10px}.events-panel{overflow:hidden;border:1px solid #dbe2de;border-radius:6px;background:#fff}.events-summary{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e4e9e6;color:#717c79;font-size:10px}.table-scroll{overflow-x:auto}.events-table{width:100%;min-width:720px;border-collapse:collapse}.events-table th{height:42px;padding:0 18px;color:#87908e;background:#f7f9f7;text-align:left;font-size:10px;font-weight:700}.events-table td{height:54px;padding:0 18px;border-top:1px solid #edf0ee;color:#4c5754;font-size:11px;white-space:nowrap}.events-table td:first-child{color:#727d7a;font-variant-numeric:tabular-nums}.platform-chip{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:12px;font-size:9px;font-weight:750}.platform-chip.is-android{color:#0e685e;background:#def3ed}.platform-chip.is-ios{color:#91473e;background:#fbe6e2}.pagination{height:58px;display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:0 18px;border-top:1px solid #e4e9e6;color:#697471;font-size:10px}.pagination button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #d5ddd9;border-radius:4px;color:#4d5a56;background:#fff;cursor:pointer}.pagination button:disabled{color:#b7bfbc;background:#f2f4f3;cursor:not-allowed}.pagination svg{width:16px}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#727d7a}.empty-state svg{width:30px;margin-bottom:14px;color:#95a09d}.empty-state strong{font-size:13px}.empty-state span{margin-top:6px;font-size:10px}.account-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:18px}.security-section{padding:24px;border:1px solid #dbe2de;border-radius:6px;background:#fff}.security-heading{display:flex;gap:12px;margin-bottom:24px}.security-heading>span{width:38px;height:38px;display:grid;place-items:center;color:#116f64;background:#e3f4ef}.security-heading svg{width:18px}.security-heading h2{margin:0;font-size:14px}.security-heading p{margin:5px 0 0;color:#7c8683;font-size:10px}.security-section .admin-field{margin-bottom:16px}.sessions-section>p{margin:0 0 24px;color:#697471;font-size:12px;line-height:1.7}@media(max-width:1100px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:800px){.admin-login-page{grid-template-columns:1fr}.login-brand-panel{min-height:230px;padding:28px 30px}.login-brand-copy h2{max-width:18ch;font-size:25px}.login-index{display:none}.login-form-panel{padding:42px 24px}.admin-sidebar{transform:translate(-100%);transition:transform .18s ease}.admin-sidebar.is-open{transform:translate(0)}.sidebar-close{position:absolute;top:28px;right:16px;width:34px;height:34px;display:grid;place-items:center;border:0;color:#dce4e1;background:transparent}.sidebar-close svg{width:19px}.sidebar-scrim{position:fixed;z-index:20;inset:0;border:0;background:#0c100f7a}.admin-main{margin-left:0}.admin-topbar{padding:0 20px}.mobile-menu-button{width:36px;height:36px;display:grid;place-items:center;border:1px solid #d7dfdb;border-radius:4px;color:#40504c;background:#fff}.mobile-menu-button svg{width:18px}.admin-topbar>div{margin-right:auto;margin-left:12px}.admin-content{padding:28px 20px 42px}.settings-section{grid-template-columns:1fr;gap:22px}.account-grid{grid-template-columns:1fr}}@media(max-width:560px){.admin-topbar>div{display:none}.admin-page-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.admin-page-heading h1{font-size:22px}.metrics-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:132px;padding:16px}.metric-card>strong{margin-top:20px;font-size:25px}.metric-card>small{font-size:9px}.panel-heading{padding-inline:16px}.chart-legend{display:none}.form-grid{grid-template-columns:1fr}.admin-field.is-wide{grid-column:auto}.admin-icon-control{grid-template-columns:88px minmax(0,1fr);gap:16px}.admin-icon-control>img,.admin-icon-fallback{width:88px;height:88px}.platform-setting-row{grid-template-columns:1fr;gap:6px}.legacy-platform-setting{grid-template-columns:1fr;gap:4px}.apk-upload-control{align-items:stretch;flex-direction:column}.apk-upload-control .admin-upload-button{width:100%;justify-content:center}.settings-actions{align-items:flex-end;flex-direction:column-reverse;gap:14px}.admin-primary-button{width:100%}.security-section{padding:18px}}.download-page{--public-red: #760b0d;--public-red-deep: #3b0305;--public-red-bright: #a81719;--public-gold: #efc66f;--public-gold-dark: #bd7b22;--public-ivory: #fff4d6;min-height:100dvh;display:block;overflow:hidden;color:var(--public-ivory);background:var(--public-red-deep);font-family:Microsoft YaHei,PingFang SC,Segoe UI,sans-serif}.public-hero-band{position:relative;min-height:100dvh;background:var(--public-red);isolation:isolate}.public-hero-band:before,.public-hero-band:after{content:"";position:absolute;z-index:-1;pointer-events:none}.public-hero-band:before{top:110px;left:-9vw;width:42vw;height:42vw;border:1px solid rgba(239,198,111,.13);border-radius:50%;box-shadow:0 0 0 42px #efc66f06,0 0 0 92px #efc66f05}.public-hero-band:after{top:710px;right:-12vw;width:46vw;height:1px;background:#efc66f40;box-shadow:0 22px #efc66f1f,0 -22px #efc66f14;transform:rotate(-13deg)}.download-page .public-header{position:relative;z-index:10;width:min(1240px,calc(100% - 48px));height:92px;display:flex;align-items:center;justify-content:space-between;margin:0 auto;border:0;border-bottom:1px solid rgba(239,198,111,.22);background:transparent}.download-page .public-brand{min-width:0;display:inline-flex;align-items:center;gap:13px;color:var(--public-ivory);font-size:17px;text-decoration:none}.download-page .public-brand>span,.footer-brand>span,.phone-brand>span,.download-cta>div>span{min-width:0;display:grid}.download-page .public-brand strong{max-width:16ch;overflow:hidden;font-size:19px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.download-page .public-brand small{margin-top:2px;color:#fff4d69e;font-size:9px;font-weight:500}.download-page .app-icon{width:104px;height:104px;flex:0 0 auto;display:block;overflow:hidden;border:1px solid rgba(239,198,111,.48);border-radius:20px;background:#d82d2b;box-shadow:0 16px 38px #27000047;object-fit:cover}.download-page .app-icon.is-compact{width:48px;height:48px;border-radius:11px;box-shadow:0 8px 18px #2700003d}.download-page .public-nav{height:100%;display:flex;align-items:center;gap:42px}.download-page .public-nav a{position:relative;height:100%;display:grid;place-items:center;color:#fff4d6c2;font-size:13px;text-decoration:none;transition:color .16s ease}.download-page .public-nav a:after{content:"";position:absolute;right:10%;bottom:23px;left:10%;height:2px;background:var(--public-gold);transform:scaleX(0);transition:transform .16s ease}.download-page .public-nav a:hover,.download-page .public-nav a.is-active{color:var(--public-gold)}.download-page .public-nav a:hover:after,.download-page .public-nav a.is-active:after{transform:scaleX(1)}.download-page .download-hero{position:relative;width:min(1240px,calc(100% - 48px));min-height:620px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:68px;align-items:center;margin:0 auto;padding:54px 0 72px;border:0;background:transparent}.download-page .hero-copy{position:relative;z-index:2;width:min(100%,610px);max-width:none}.hero-emblem{position:absolute;top:-16px;right:22px;opacity:.11;transform:rotate(7deg)}.hero-emblem .app-icon{width:180px;height:180px;border:0;border-radius:34px;box-shadow:none;filter:grayscale(1) brightness(2.2)}.download-page .hero-kicker{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--public-gold);font-size:10px;font-weight:750;letter-spacing:0}.download-page .hero-kicker:before{content:"";width:32px;height:1px;background:var(--public-gold)}.download-page .hero-copy h1{max-width:none;margin:0;color:var(--public-ivory);font-family:STSong,SimSun,serif;font-size:66px;line-height:1.08;font-weight:800;overflow-wrap:anywhere;text-shadow:0 4px 20px rgba(41,0,0,.25)}.download-page .hero-copy h1 .app-name{white-space:nowrap}.download-page .hero-copy h1 span{color:var(--public-gold);white-space:nowrap}.download-page .hero-copy h2{margin:4px 0 0;color:var(--public-gold);font-family:STSong,SimSun,serif;font-size:38px;line-height:1.25;font-weight:700}.download-page .hero-tagline{max-width:480px;margin:20px 0 0;color:#fff4d6c7;font-size:17px;line-height:1.8}.download-page .hero-tagline strong,.download-page .hero-tagline span{display:block}.download-page .hero-meta{display:flex;align-items:center;gap:12px;margin-top:14px;color:#fff4d699;font-size:12px;font-variant-numeric:tabular-nums}.download-page .hero-meta i{width:1px;height:13px;background:#efc66f61}.download-page .primary-download-button{width:292px;height:60px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:26px;border:1px solid #f5d38d;border-radius:30px;color:#5b0a0b;background:var(--public-gold);box-shadow:0 14px 34px #2e000047;font-size:20px;font-weight:800;text-decoration:none;transition:transform .16s ease,background .16s ease}.download-page .primary-download-button svg{width:23px}.download-page .primary-download-button:hover{color:#410506;background:#f7db9c;transform:translateY(-2px)}.download-page .primary-download-button.is-disabled{color:#5b0a0b;border-color:#e6b85f;background:var(--public-gold);box-shadow:0 14px 34px #2e000033;opacity:.72;cursor:not-allowed}.download-page .backup-download-button{width:292px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:9px;border:1px solid rgba(239,198,111,.62);border-radius:23px;color:var(--public-ivory);background:#43010275;font-size:14px;font-weight:700;text-decoration:none;transition:background .16s ease,transform .16s ease}.download-page .backup-download-button svg{width:18px}.download-page .backup-download-button:hover{background:#810b0db8;transform:translateY(-2px)}.download-page .backup-download-button.is-disabled{color:var(--public-ivory);border-color:#efc66f9e;opacity:.72;cursor:not-allowed}.download-page .install-help{display:grid;gap:3px;margin:15px 0 0;color:#fff4d6a6;font-size:11px;line-height:1.55}.download-page .install-help span{color:var(--public-gold)}.download-page .download-actions{width:292px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.download-page .platform-button{min-width:0;height:42px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid rgba(239,198,111,.48);border-radius:22px;color:var(--public-ivory);background:#35000057;font-size:11px;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.download-page .platform-button svg{width:16px;height:16px}.download-page .platform-button.is-primary{color:var(--public-gold);border-color:var(--public-gold);background:#570304b8}.download-page .platform-button.is-secondary{color:#fff4d6c7;background:#35000057}.download-page .platform-button.is-disabled{color:#fff4d659;border-color:#efc66f29;background:#3500002e;cursor:not-allowed}.download-page .platform-button:not(.is-disabled):hover{border-color:var(--public-gold);background:#650708d1;transform:translateY(-2px)}.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}.hero-visual:before,.hero-visual:after{content:"";position:absolute;pointer-events:none}.city-silhouette{position:absolute;z-index:0;bottom:36px;left:0;width:215px;height:170px;display:flex;align-items:flex-end;gap:4px;opacity:.38;border-bottom:1px solid var(--public-gold)}.city-silhouette i{display:block;width:22px;border:1px solid rgba(239,198,111,.72);border-bottom:0;background:#5102036b}.city-silhouette i:nth-child(1){height:55px}.city-silhouette i:nth-child(2){height:102px}.city-silhouette i:nth-child(3){width:29px;height:148px}.city-silhouette i:nth-child(4){height:82px}.city-silhouette i:nth-child(5){height:120px}.city-silhouette i:nth-child(6){height:66px}.city-silhouette i:nth-child(7){height:92px}.hero-shield{position:absolute;z-index:3;right:3%;bottom:44px;display:grid;place-items:center;width:92px;height:108px;color:var(--public-gold);border:2px solid var(--public-gold);border-radius:47% 47% 50% 50%;background:#5c0507d6;box-shadow:0 0 0 9px #efc66f14,0 12px 30px #26000066;transform:rotate(3deg)}.hero-shield svg{width:48px;height:48px}.hero-visual:before{width:460px;height:460px;border:1px solid rgba(239,198,111,.24);border-radius:50%;box-shadow:0 0 0 22px #efc66f06,0 0 0 48px #efc66f05}.hero-visual:after{right:4%;bottom:44px;left:4%;height:1px;background:#efc66f85;box-shadow:0 7px 22px #efc66f59;transform:rotate(-6deg)}.phone{position:absolute;z-index:2;width:250px;aspect-ratio:390 / 844;padding:7px;overflow:hidden;border:2px solid #e1aa4e;border-radius:38px;background:#170304;box-shadow:0 32px 54px #21000073,inset 0 0 0 1px #ffefc157}.phone:before{content:"";position:absolute;z-index:4;top:12px;left:50%;width:78px;height:21px;border-radius:14px;background:#160203;transform:translate(-50%)}.phone-front{left:15%;transform:rotate(-3deg)}.phone-back{z-index:1;right:6%;width:222px;opacity:.9;transform:translateY(20px) rotate(7deg)}.phone-screen{position:relative;width:100%;height:100%;padding:30px 16px 18px;overflow:hidden;border-radius:30px;color:var(--public-ivory);background:#67080a}.phone-status{display:flex;align-items:center;justify-content:space-between;color:#fff4d6d1;font-size:8px}.phone-brand{display:flex;align-items:center;gap:9px;margin-top:24px}.phone-brand .app-icon.is-compact{width:38px;height:38px;border-radius:9px}.phone-brand strong{max-width:13ch;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.phone-brand small{max-width:20ch;margin-top:2px;overflow:hidden;color:#fff4d68f;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.phone-panel{margin-top:18px;padding:16px 14px;border:1px solid rgba(239,198,111,.28);border-radius:8px;background:#31000052}.phone-panel>small{display:block;color:#fff4d694;font-size:7px}.phone-panel>strong{display:block;margin-top:5px;color:var(--public-gold);font-size:19px}.phone-panel>span{display:block;margin-top:9px;color:#fff4d68c;font-size:7px}.phone-chart{height:56px;display:flex;align-items:flex-end;gap:5px;margin-top:12px;border-bottom:1px solid rgba(239,198,111,.28)}.phone-chart i{width:16px;border-radius:2px 2px 0 0;background:var(--public-gold-dark)}.phone-chart i:nth-child(1){height:16px}.phone-chart i:nth-child(2){height:25px}.phone-chart i:nth-child(3){height:21px}.phone-chart i:nth-child(4){height:37px}.phone-chart i:nth-child(5){height:31px}.phone-chart i:nth-child(6){height:46px}.phone-chart i:nth-child(7){height:52px;background:var(--public-gold)}.phone-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:14px}.phone-tools span{min-width:0;display:grid;justify-items:center;gap:6px;padding:10px 2px;border:1px solid rgba(239,198,111,.18);border-radius:6px;background:#3100003d}.phone-tools svg{width:16px;height:16px;color:var(--public-gold)}.phone-tools small{max-width:100%;overflow:hidden;color:#fff4d69e;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.phone-action{height:34px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;border-radius:4px;color:#57090a;background:var(--public-gold);font-size:9px;font-weight:800}.phone-action svg{width:13px}.compact-screen{padding-inline:18px;text-align:center}.compact-screen>.app-icon{width:60px;height:60px;margin:74px auto 12px;border-radius:14px}.compact-screen>strong{display:block;max-width:14ch;margin:0 auto;overflow:hidden;color:var(--public-gold);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.compact-bars{height:110px;display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-top:28px;border-bottom:1px solid rgba(239,198,111,.25)}.compact-bars i{width:22px;background:#efc66f9e}.compact-bars i:nth-child(1){height:33px}.compact-bars i:nth-child(2){height:62px}.compact-bars i:nth-child(3){height:48px}.compact-bars i:nth-child(4){height:88px}.compact-list{display:grid;gap:9px;margin-top:24px}.compact-list span{height:38px;border:1px solid rgba(239,198,111,.16);border-radius:6px;background:#2f000047}.service-strip{position:relative;z-index:3;width:min(1160px,calc(100% - 48px));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:-8px auto 0;border:1px solid rgba(239,198,111,.34);border-radius:6px;background:#3f0103c7;box-shadow:0 18px 40px #2000003b}.service-strip article{min-width:0;min-height:108px;display:flex;align-items:center;gap:15px;padding:22px 26px;border-right:1px solid rgba(239,198,111,.16)}.service-strip article:last-child{border-right:0}.service-strip svg{width:38px;height:38px;flex:0 0 auto;color:var(--public-gold)}.service-strip span{min-width:0;display:grid}.service-strip strong{color:var(--public-ivory);font-size:15px}.service-strip small{margin-top:7px;color:#fff4d685;font-size:10px;line-height:1.5}.advantages-section{width:min(1160px,calc(100% - 48px));margin:0 auto;padding:76px 0 58px;text-align:center}.download-page .section-heading{display:flex;align-items:center;justify-content:center;gap:18px}.download-page .section-heading span{width:68px;height:1px;background:var(--public-gold-dark)}.download-page .section-heading h2{margin:0;color:var(--public-gold);font-family:STSong,SimSun,serif;font-size:32px;line-height:1.3}.advantages-section>p{margin:11px 0 0;color:#fff4d680;font-size:12px}.advantages-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:34px;overflow:hidden;border:1px solid rgba(239,198,111,.3);border-radius:6px;background:#39000166}.advantages-grid article{min-width:0;min-height:176px;padding:30px 16px 24px;border-right:1px solid rgba(239,198,111,.15)}.advantages-grid article:last-child{border-right:0}.advantages-grid svg{width:38px;height:38px;color:var(--public-gold)}.advantages-grid h3{margin:14px 0 0;color:var(--public-ivory);font-size:14px}.advantages-grid p{margin:9px 0 0;color:#fff4d67a;font-size:10px;line-height:1.6}.public-metrics{width:min(1160px,calc(100% - 48px));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto 42px;border:1px solid rgba(239,198,111,.28);border-radius:6px;background:#580406}.public-metrics article{min-width:0;min-height:86px;display:flex;align-items:center;justify-content:center;gap:13px;padding:16px;border-right:1px solid rgba(239,198,111,.14)}.public-metrics article:last-child{border-right:0}.public-metrics svg{width:30px;height:30px;flex:0 0 auto;color:var(--public-gold)}.public-metrics span{min-width:0;display:grid}.public-metrics strong{overflow:hidden;color:var(--public-gold);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.public-metrics small{margin-top:4px;color:#fff4d680;font-size:9px}.download-cta{width:min(1160px,calc(100% - 48px));min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:32px;margin:0 auto 58px;padding:24px 34px;border:1px solid rgba(239,198,111,.48);border-radius:7px;background:#8d1113;box-shadow:0 22px 48px #21000033}.download-page .download-cta{position:relative;overflow:hidden}.download-page .download-cta>div{min-width:0;display:flex;align-items:center;gap:18px}.download-page .download-cta>div:first-of-type{flex:1 1 auto}.download-page .cta-gift{width:110px;height:110px;flex:0 0 auto;color:var(--public-gold)}.download-cta h2{margin:0;color:var(--public-gold);font-family:STSong,SimSun,serif;font-size:25px}.download-cta p{max-width:58ch;margin:7px 0 0;overflow:hidden;color:#fff4d69e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.download-page .cta-actions{display:grid!important;gap:8px;flex:0 0 auto}.download-page .cta-actions>a,.download-page .cta-actions>button{width:210px;height:45px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #f5d38d;border-radius:27px;color:#5b0a0b;background:var(--public-gold);font-size:14px;font-weight:800;text-decoration:none;cursor:pointer}.download-page .cta-actions>a svg,.download-page .cta-actions>button svg{width:18px}.download-page .cta-actions>a.is-secondary{color:var(--public-ivory);background:transparent}.download-page .cta-actions>button:disabled{color:#fff4d673;border-color:#efc66f33;background:#650709;cursor:not-allowed}.download-page .public-footer{width:100%;min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:25px max(24px,calc((100% - 1160px)/2));border:0;border-top:1px solid rgba(239,198,111,.18);color:#fff4d66b;background:#330204;font-size:10px}.footer-brand{min-width:0;display:flex;align-items:center;gap:13px}.footer-brand .app-icon.is-compact{width:42px;height:42px;border-radius:9px}.footer-brand strong{max-width:18ch;overflow:hidden;color:var(--public-ivory);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.footer-brand small{max-width:46ch;margin-top:4px;overflow:hidden;color:#fff4d666;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.footer-column{min-width:82px;display:grid;gap:6px}.footer-column strong{margin-bottom:4px;color:var(--public-gold);font-size:12px}.footer-column span{color:#fff4d675;font-size:10px}.download-page .primary-download-button:focus-visible,.download-page .platform-button:focus-visible,.download-page .public-nav a:focus-visible,.download-page .public-brand:focus-visible,.download-cta a:focus-visible{outline:3px solid rgba(255,244,214,.78);outline-offset:4px}.download-page+.public-state,.public-state{color:var(--public-ivory);background:#620708}.public-state .state-mark,.public-state .retry-button{color:#5b0a0b;border-color:#f5d38d;background:var(--public-gold)}.public-state .loading-mark,.public-state .loading-line{background:#efc66f52}@media(max-width:1040px){.download-page .public-nav{gap:24px}.download-page .download-hero{grid-template-columns:minmax(0,.88fr) minmax(390px,1.12fr);gap:24px}.phone-front{left:8%}.phone-back{right:2%}.advantages-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.advantages-grid article{border-bottom:1px solid rgba(239,198,111,.15)}.advantages-grid article:nth-child(3n){border-right:0}.advantages-grid article:nth-last-child(-n+3){border-bottom:0}}@media(max-width:760px){.download-page{overflow:hidden}.download-page .public-header{width:calc(100% - 32px);height:72px}.download-page .public-brand{gap:8px}.download-page .public-brand .app-icon.is-compact{width:39px;height:39px;border-radius:9px}.download-page .public-brand strong{max-width:9ch;font-size:15px}.download-page .public-brand small{display:none}.download-page .public-nav{gap:17px}.download-page .public-nav a{font-size:11px}.download-page .public-nav a:nth-child(2),.download-page .public-nav a:nth-child(3),.download-page .public-nav a:nth-child(4),.download-page .public-nav a:nth-child(5){display:none}.download-page .public-nav a:after{bottom:16px}.download-page .download-hero{width:calc(100% - 32px);min-height:0;grid-template-columns:1fr;gap:26px;padding:42px 0 36px}.download-page .hero-copy{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-emblem{top:-10px;right:50%;transform:translate(50%)}.hero-emblem .app-icon{width:150px;height:150px}.download-page .hero-kicker{position:relative;z-index:1;margin-bottom:12px}.download-page .hero-copy h1{position:relative;z-index:1;max-width:100%;font-size:46px}.download-page .hero-copy h2{position:relative;z-index:1;font-size:27px}.download-page .hero-tagline{max-width:30em;margin-top:15px;font-size:14px;line-height:1.7}.download-page .hero-meta{justify-content:center;margin-top:10px;font-size:10px}.download-page .primary-download-button{width:min(100%,310px);height:56px;margin-top:21px}.download-page .download-actions{width:min(100%,310px)}.hero-visual{min-height:480px}.hero-visual:before{width:350px;height:350px}.hero-shield{right:0;bottom:34px;width:68px;height:82px}.hero-shield svg{width:36px;height:36px}.city-silhouette{left:-18px;bottom:28px;transform:scale(.72);transform-origin:bottom left}.phone{width:214px;border-radius:33px}.phone-front{left:calc(50% - 142px)}.phone-back{right:calc(50% - 150px);width:190px}.phone-screen{padding-inline:13px;border-radius:26px}.phone-panel{padding:13px 11px}.service-strip{width:calc(100% - 32px);grid-template-columns:repeat(2,minmax(0,1fr))}.service-strip article{min-height:92px;padding:16px}.service-strip article:nth-child(2){border-right:0}.service-strip article:nth-child(-n+2){border-bottom:1px solid rgba(239,198,111,.16)}.service-strip svg{width:30px;height:30px}.service-strip strong{font-size:13px}.service-strip small{font-size:9px}.advantages-section{width:calc(100% - 32px);padding:58px 0 40px}.download-page .section-heading h2{font-size:27px}.download-page .section-heading span{width:42px}.advantages-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.advantages-grid article{min-height:150px;padding:24px 12px 18px}.advantages-grid article:nth-child(3n){border-right:1px solid rgba(239,198,111,.15)}.advantages-grid article:nth-child(2n){border-right:0}.advantages-grid article:nth-last-child(-n+3){border-bottom:1px solid rgba(239,198,111,.15)}.advantages-grid article:nth-last-child(-n+2){border-bottom:0}.public-metrics{width:calc(100% - 32px);grid-template-columns:repeat(2,minmax(0,1fr))}.public-metrics article{min-height:80px;justify-content:flex-start;padding:14px 20px}.public-metrics article:nth-child(2){border-right:0}.public-metrics article:nth-child(-n+2){border-bottom:1px solid rgba(239,198,111,.14)}.download-cta{width:calc(100% - 32px);flex-direction:column;align-items:stretch;margin-bottom:40px;padding:24px;text-align:center}.download-page .download-cta>div:first-of-type{flex-direction:column;text-align:center}.download-page .cta-gift{width:72px;height:72px}.download-cta p{white-space:normal}.download-page .cta-actions{width:100%}.download-page .cta-actions>a,.download-page .cta-actions>button{width:100%}.download-page .public-footer{min-height:105px;padding:22px 20px}.footer-brand small,.footer-column{display:none}}@media(max-width:360px){.download-page .public-header{width:calc(100% - 24px)}.download-page .public-nav{gap:12px}.download-page .download-hero{width:calc(100% - 24px)}.download-page .hero-copy h1{font-size:40px}.download-page .hero-copy h2{font-size:24px}.download-page .hero-meta{flex-wrap:wrap}.download-page .download-actions{grid-template-columns:1fr}.download-page .platform-button{height:40px}.hero-visual{min-height:440px;transform:scale(.92);transform-origin:top center}.service-strip{width:calc(100% - 24px)}.service-strip article{gap:10px;padding:13px 10px}.service-strip svg{width:26px;height:26px}.advantages-section,.public-metrics,.download-cta{width:calc(100% - 24px)}.public-metrics article{padding-inline:13px}.public-metrics svg{width:25px;height:25px}.public-metrics strong{font-size:14px}}@media(prefers-reduced-motion:reduce){.download-page *,.download-page *:before,.download-page *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
