.wb-temp-frontend{--gray-950:#030712;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--error:#c7253e;background:var(--gray-950);color:var(--gray-100);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;font-family:"Geist",sans-serif;margin:0}.wb-temp-frontend>section{width:95%;max-width:800px}.wb-temp-frontend>section>div{background:var(--gray-100);color:var(--gray-950);padding:40px;border-radius:8px;text-align:center;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.wb-temp-frontend h1{font-size:1.6rem;font-weight:600;margin:0 0 20px 0}.wb-temp-frontend h2{font-size:1rem;line-height:1.5;color:var(--gray-600);margin:0 0 30px 0}.wb-temp-frontend a{display:inline-flex;align-items:center;gap:10px;text-decoration:none;padding:12px 24px;border-radius:8px;background:var(--gray-900);color:var(--gray-100);font-weight:600;transition:transform 200ms ease}.wb-temp-frontend a:hover{transform:translateY(-3px)}