*{ margin:0; padding:0; box-sizing:border-box; } body{ font-family:Inter,Segoe UI,Arial,sans-serif; background:#0f172a; color:#fff; display:flex; align-items:center; justify-content:center; min-height:100vh; overflow:hidden; } body::before{ content:""; position:absolute; width:600px; height:600px; background:#2563eb; filter:blur(180px); opacity:.18; border-radius:50%; top:-220px; left:-180px; } body::after{ content:""; position:absolute; width:450px; height:450px; background:#7c3aed; filter:blur(170px); opacity:.15; border-radius:50%; bottom:-180px; right:-150px; } .card{ position:relative; z-index:2; width:90%; max-width:600px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(20px); border-radius:20px; padding:60px 40px; text-align:center; } .icon{ width:90px; height:90px; margin:auto; margin-bottom:30px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; font-size:40px; } h1{ font-size:38px; margin-bottom:15px; } p{ color:#cbd5e1; line-height:1.8; font-size:17px; } .status{ margin-top:35px; display:inline-flex; align-items:center; gap:10px; background:rgba(34,197,94,.12); color:#86efac; padding:12px 22px; border-radius:999px; font-size:15px; } .dot{ width:10px; height:10px; background:#22c55e; border-radius:50%; animation:pulse 1.5s infinite; } footer{ margin-top:45px; color:#94a3b8; font-size:14px; } @keyframes pulse{ 0%{transform:scale(1);opacity:1;} 50%{transform:scale(1.5);opacity:.4;} 100%{transform:scale(1);opacity:1;} } @media(max-width:600px){ .card{ padding:45px 25px; } h1{ font-size:30px; } p{ font-size:16px; } }
🛠️

Kısa Bir Süreliğine Bakımdayız

Sitemizi daha hızlı, daha güvenli ve daha iyi hale getirmek için bakım çalışması gerçekleştiriyoruz. Lütfen kısa bir süre sonra tekrar ziyaret edin.

Bakım Çalışması Devam Ediyor