html.file-launch-mode body { display: none; }
.file-launcher { width: min(620px, calc(100% - 36px)); margin: auto; padding: 48px; border: 1px solid #e3e3e3; border-radius: 28px; background: #fff; box-shadow: 0 28px 90px rgba(49,23,43,.14); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.file-launcher-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 36px; color: #061713; font-size: 24px; letter-spacing: -.04em; }
.file-launcher-brand img { display: block; width: 48px; height: 48px; border-radius: 14px; }
.file-launcher p { margin: 0 0 12px; color: #078f73; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.file-launcher h1 { margin: 0; font-size: clamp(38px, 7vw, 64px); line-height: .95; letter-spacing: -.055em; }
.file-launcher div { margin-top: 20px; color: #737373; font-size: 15px; line-height: 1.6; }
.file-launcher ol { margin: 24px 0; padding: 20px 20px 20px 42px; border-radius: 16px; background: #f5f5f5; color: #444; font-size: 14px; line-height: 1.8; }
.file-launcher a { display: inline-block; padding: 14px 18px; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#057761,#0aae8c); font-size: 13px; font-weight: 750; text-decoration: none; }
@media (max-width: 520px) { .file-launcher { padding: 32px 24px; } }
