/*
==========================================
    DOSYA KONUMU : /public/assets/css/pages/index.css
    AÇIKLAMA     : Platform karşılama sayfası özel stilleri.
    TARİH        : 21.03.2026
==========================================
*/

body {
    font-family: "Segoe UI", Tahoma, sans-serif;
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0f766e, #0369a1);
}

.kart {
    width: min(560px, 92vw);
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
}

.baslik {
    margin: 0 0 8px;
    font-size: 28px;
}

.aciklama {
    margin: 0 0 22px;
    color: #475569;
}

.secenekler {
    display: grid;
    gap: 12px;
}

button {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.sistem {
    background: #0ea5e9;
    color: #fff;
}

.haysis {
    background: #0f766e;
    color: #fff;
}