.start-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;text-align:center;gap:1rem}.start-screen__title{margin:0;font-size:2rem;font-weight:700;letter-spacing:.02em}.start-screen__text{margin:0;font-size:1.125rem}.start-screen__meta{margin:.5rem 0 0;padding:0;max-width:28rem;width:100%;text-align:left;font-size:.875rem}.start-screen__row{display:grid;grid-template-columns:7.5rem 1fr;gap:.5rem 1rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.start-screen__row:last-child{border-bottom:none}.start-screen__row dt{margin:0;font-weight:600;opacity:.7}.start-screen__row dd{margin:0;word-break:break-all}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1419;color:#e8eaed}#root{min-height:100vh}
