:root{
  --bg:#07101d;
  --panel:#121d2c;
  --panel-2:#16253a;
  --line:#2a3a51;
  --text:#f3f7ff;
  --muted:#aab8cc;
  --cyan:#16a6df;
  --cyan-2:#58d6ff;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 50% 0,#132338 0,#07101d 48%,#030812 100%);color:var(--text)}
.topbar{height:58px;border-bottom:1px solid #233248;background:#070d19;display:flex;align-items:center;padding:6px 14px}
.brand-wrap{display:flex;align-items:center;gap:16px;width:100%}
.logo{height:42px;width:auto;object-fit:contain}
.title-block{display:flex;flex-direction:column;gap:3px;min-width:0}
.title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.app-title{font-size:22px;font-weight:800;letter-spacing:.2px}
.version{font-size:12px;color:#e8f8ff;border:1px solid #0da4dd;background:#0b6b96;border-radius:999px;padding:3px 8px}
.byline{font-size:12px;color:#9fdff8}
.subtitle{font-size:13px;color:var(--muted)}
.page{max-width:1380px;margin:0 auto;padding:34px 30px 28px}
.hero{background:linear-gradient(135deg,#172849,#101d2d);border:1px solid #2a3f5d;border-radius:18px;padding:28px 36px;margin:0 auto 30px;box-shadow:0 20px 70px rgba(0,0,0,.25)}
.hero h1{font-size:38px;line-height:1.05;margin:0 0 10px;font-weight:900}
.hero p{font-size:18px;line-height:1.4;margin:0;color:#d8e7ff}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:stretch}
.desk-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.35);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.desk-card:hover{transform:translateY(-3px);border-color:#1aa9df;box-shadow:0 28px 95px rgba(0,110,170,.25)}
.thumb{height:250px;background:#0c1624;border-bottom:1px solid var(--line);overflow:hidden;display:flex;align-items:stretch;justify-content:stretch}.app-shot img{width:100%;height:100%;display:block;object-fit:cover;object-position:top left;background:#0c1624}













.card-body{padding:26px 28px 28px;display:flex;flex-direction:column;gap:12px;flex:1}
.eyebrow{text-transform:uppercase;letter-spacing:3px;color:#7be2ff;font-size:13px;font-weight:900}
h2{font-size:27px;margin:0;font-weight:900;line-height:1.15}
p{margin:0;color:#dce8fa;font-size:16px;line-height:1.45}
ul{margin:6px 0 10px 20px;padding:0;color:#cbd8ea;font-size:16px;line-height:1.5}
.button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:auto;background:linear-gradient(180deg,#11aeea,#087bb0);border:1px solid #25c7ff;color:#fff;font-size:16px;font-weight:900;border-radius:10px;padding:14px 24px;box-shadow:0 10px 28px rgba(0,132,190,.25)}
.desk-card:hover .button{filter:brightness(1.08)}
footer{text-align:center;color:#7f8ea5;font-size:13px;margin:30px 0 0}
@media(max-width:950px){.cards{grid-template-columns:1fr}.page{padding:22px 16px}.hero h1{font-size:30px}.topbar{height:auto}.brand-wrap{align-items:flex-start}.logo{height:34px}.app-title{font-size:18px}.thumb{height:180px}}
