.home-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(180deg,#fafafa,#e7f4ff);color:#1f2937}.hero{max-width:760px;width:100%;text-align:center;background:#fffffff5;border:1px solid rgba(59,130,246,.16);border-radius:28px;box-shadow:0 24px 80px #3b82f614;padding:2rem}.hero h1{margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem)}.hero p{margin:0 0 1.75rem;line-height:1.75;color:#4b5563}.cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:1.75rem}.card{padding:1.25rem;border-radius:18px;border:1px solid rgba(59,130,246,.18);background:#fff;text-align:left}.card h2{margin:0 0 .5rem;font-size:1.15rem}button{padding:.95rem 1.75rem;border:none;border-radius:999px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb33}.server-message{margin-top:1rem;font-weight:500;color:#1d4ed8}
