:root{--red:#e30613;--red2:#ff3341;--ink:#111827;--muted:#667085;--line:#e8ebf0;--bg:#f6f8fb;--navy:#063b4b;--shadow:0 18px 45px rgba(16,24,40,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg)}.shell{width:min(1280px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,24,39,.07);box-shadow:0 5px 20px rgba(16,24,40,.035)}.topbar-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-link{display:inline-flex;align-items:center}.brand-logo{width:150px;max-height:52px;object-fit:contain}.header-install{border:1px solid #e5e7eb;background:#fff;color:var(--ink);border-radius:11px;padding:10px 14px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 5px 14px rgba(16,24,40,.04)}.header-install:hover{border-color:#f3a6ad;color:var(--red)}.header-install[hidden]{display:none!important}.install-icon{font-size:18px;line-height:1;color:var(--red)}.apps-section{min-height:calc(100vh - 133px);padding:52px 0 58px;background:linear-gradient(180deg,#f8fafc 0%,#f4f6f9 100%)}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:27px}.section-head h1{font-size:35px;letter-spacing:-.025em;margin:0 0 9px}.section-head p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.app-count{white-space:nowrap;padding:8px 12px;background:#fff;border:1px solid #e6e9ee;border-radius:999px;color:#475467;font-size:13px;font-weight:700}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.app-card{position:relative;display:flex;gap:18px;padding:22px;background:#fff;border:1px solid #e7eaf0;border-radius:17px;color:inherit;text-decoration:none;min-height:154px;overflow:hidden;box-shadow:0 10px 28px rgba(16,24,40,.045);transition:.2s ease}.app-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(16,24,40,.09);border-color:#d7dce3}.app-icon{width:72px;height:72px;border-radius:16px;display:grid;place-items:center;flex:0 0 72px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}.app-icon img{max-width:58px;max-height:58px;object-fit:contain}.app-icon span{color:#fff;font-size:24px;font-weight:900}.app-copy{min-width:0}.app-copy h3{font-size:18px;margin:2px 0 7px}.app-copy p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.open-link{margin-top:14px;font-size:13px;font-weight:800;color:#344054}.open-link span{color:var(--accent);font-size:18px;margin-left:5px}.accent-line{position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--accent)}footer{background:var(--navy);color:#d7e5e9;padding:20px 0;text-align:center;font-size:13px}.empty-state{grid-column:1/-1;padding:40px;text-align:center;background:#fff;border-radius:16px;border:1px dashed #d0d5dd;color:#667085}@media(max-width:800px){.shell{width:min(100% - 28px,1280px)}.topbar-inner{height:68px}.brand-logo{width:128px;max-height:45px}.apps-section{padding:38px 0 46px}.app-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.section-head h1{font-size:30px}}@media(max-width:520px){.topbar-inner{height:64px}.brand-logo{width:118px}.header-install{padding:9px 11px;font-size:12px}.apps-section{padding:31px 0 38px}.section-head{margin-bottom:20px}.section-head h1{font-size:27px}.section-head p{font-size:14px}.app-count{font-size:12px}.app-card{padding:17px;gap:14px;min-height:140px}.app-icon{width:60px;height:60px;flex-basis:60px;border-radius:14px}.app-icon img{max-width:48px;max-height:48px}.app-copy h3{font-size:16px}.app-copy p{font-size:13px}.open-link{margin-top:10px}}
