:root{--blue:#6D8CF2;--ink:#16181D;--muted:#687083;--orange:#E5771F;--paper:#FBF9F5;--line:#E5E8EF}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}a{color:#315FC8}.site-header{position:sticky;top:0;z-index:50;background:rgba(109,140,242,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(27,35,64,.14)}.site-nav{max-width:1200px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand img:first-child{width:36px;height:36px}.brand img:last-child{height:18px;width:auto;filter:brightness(0)}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{text-decoration:none;color:#1B2340;font-size:14px;font-weight:700}.button{display:inline-block;text-decoration:none;background:var(--orange);color:#fff;font-weight:800;padding:13px 22px;border-radius:12px}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.hero{max-width:900px;margin:auto;padding:82px 24px 48px;text-align:center}.eyebrow{font-size:13px;color:#3B7DF6;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.hero h1{font-size:52px;line-height:1.07;letter-spacing:-.04em;margin:0 0 18px}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:690px;margin:0 auto 28px}.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.section{max-width:1120px;margin:auto;padding:54px 24px}.section h2{font-size:34px;letter-spacing:-.03em;margin:0 0 12px}.section-intro{font-size:16px;line-height:1.65;color:var(--muted);max-width:720px;margin:0 0 28px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 12px 32px -26px rgba(20,26,60,.5)}.card h3{font-size:18px;margin:0 0 8px}.card p,.card li{font-size:14.5px;line-height:1.65;color:var(--muted)}.card p{margin:0}.card ul{margin:12px 0 0;padding-left:19px}.status{display:inline-flex;align-items:center;gap:7px;background:#EEF2FF;color:#315FC8;font-size:12px;font-weight:800;padding:7px 11px;border-radius:999px;margin-bottom:14px}.notice{background:#141A2C;color:#fff;border-radius:26px;padding:34px}.notice p{color:#B8BFCE}.screenshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.shot{background:#12141A;border-radius:30px;padding:10px;box-shadow:0 25px 55px -30px rgba(20,26,60,.75)}.shot img{display:block;width:100%;border-radius:22px}.shot-copy{padding:16px 8px 5px}.shot-copy strong{display:block;color:#fff;font-size:16px}.shot-copy span{display:block;color:#AAB1C1;font-size:13px;margin-top:5px}.article-list{display:grid;gap:12px}.article{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 22px;color:var(--ink)}.article strong{display:block;font-size:16px}.article span{display:block;color:var(--muted);font-size:14px;margin-top:5px;line-height:1.5}.timeline{border-left:3px solid #DDE5FF;padding-left:24px;display:grid;gap:24px}.release{position:relative}.release:before{content:'';position:absolute;width:13px;height:13px;border-radius:50%;background:var(--blue);left:-32px;top:5px}.release h3{margin:0 0 6px}.release p,.release li{color:var(--muted);line-height:1.65;font-size:14.5px}.footer{margin-top:80px;border-top:1px solid var(--line)}.footer-inner{max-width:1120px;margin:auto;padding:40px 24px;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer a{text-decoration:none;color:#5C6270;font-size:14px;font-weight:650}
@media(max-width:780px){.site-nav{padding:12px 16px}.nav-links{display:none}.hero{padding:56px 18px 30px}.hero h1{font-size:40px}.section{padding:42px 18px}.grid,.grid.two,.screenshot-grid{grid-template-columns:1fr}.screenshot-grid{max-width:390px;margin:auto}.card{padding:22px}.notice{padding:26px 22px}.footer-inner{padding:34px 18px}}
.shot{margin:0}.shot img{height:auto!important;object-fit:contain!important}
