*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0b0c10;color:#f5f5f7}a{color:inherit}.dot-field-container{position:relative;width:100%;height:100%}.app{position:relative;min-height:100vh;overflow:hidden}.app__background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:#0b0c10}.app__content{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:420px;background:#14151b99;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:40px 28px 28px;text-align:center;box-shadow:0 20px 60px #00000073}.title{margin:0 0 4px;font-size:1.6rem;font-weight:700;letter-spacing:-.01em}.subtitle{margin:0 0 28px;color:#9a9ea6;font-size:.95rem}.links{display:flex;flex-direction:column;gap:12px}.link-btn{--accent: #4f8cff;display:flex;align-items:center;gap:12px;padding:13px 18px;background:#ffffff0a;color:#f5f5f7;text-decoration:none;border-radius:12px;font-weight:600;font-size:.95rem;border:1px solid rgba(255,255,255,.08);transition:background .15s ease,border-color .15s ease,transform .1s ease}.link-btn:hover{background:#ffffff14;border-color:var(--accent)}.link-btn:active{transform:scale(.98)}.link-btn__icon{width:20px;height:20px;flex:none;display:inline-flex;color:var(--accent)}.link-btn__icon svg{width:100%;height:100%}.link-btn__icon img{width:100%;height:100%;object-fit:contain;border-radius:6px}.link-btn__label{flex:1;text-align:left}.footer{margin-top:28px;color:#6b6f76;font-size:.8rem}@media (min-width: 860px){.card{max-width:1100px;padding:64px 56px 44px}.title{font-size:2.1rem}.subtitle{font-size:1.05rem;margin-bottom:44px}.links{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}.link-btn{flex:0 1 calc(33.333% - 14px);min-width:200px;flex-direction:column;justify-content:center;text-align:center;gap:16px;padding:32px 20px;border-radius:16px}.link-btn__icon{width:52px;height:52px}.link-btn__label{text-align:center;font-size:1rem}.footer{margin-top:40px}}
