/* SpyGramHack — páginas institucionais (política / termos) */
*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    background: #000;
    color: #c9c9c9;
    font-family: "Tomorrow", "Trebuchet MS", system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

a { color: #d8d8d8; }
a:hover { color: #fff; }

.topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background: #000;
    padding: 15px 16px;
    border-bottom: 1px solid #1c1c1c;
    position: sticky;
    top: 0;
    z-index: 10;
}

.topbar img { width: 30px; height: 30px; display: block; }

.brand {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .5px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.brand i { font-style: normal; color: #F93752; }

main {
    max-width: 760px;
    margin: 0 auto;
    padding: 44px 22px 60px;
}

h1 {
    color: #fff;
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: .3px;
    margin: 0 0 8px;
}

.updated {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .4px;
    color: #8f8f8f;
    background: #101010;
    border: 1px solid #242424;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 30px;
}

h2 {
    color: #fff;
    font-size: 17px;
    letter-spacing: .2px;
    margin: 36px 0 10px;
    padding-top: 22px;
    border-top: 1px solid #191919;
}

h2:first-of-type { border-top: 0; padding-top: 0; }

p { margin: 0 0 14px; }

ul { margin: 0 0 16px; padding-left: 20px; }
li { margin-bottom: 7px; }

strong { color: #efefef; font-weight: 600; }

.callout {
    background: #0d0d0d;
    border: 1px solid #232323;
    border-left: 3px solid #F93752;
    border-radius: 6px;
    padding: 16px 18px;
    margin: 22px 0;
    color: #d4d4d4;
}

.callout p:last-child { margin-bottom: 0; }

footer {
    border-top: 1px solid #1c1c1c;
    padding: 30px 22px 40px;
    text-align: center;
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1.7;
}

footer a {
    color: #a8a8a8;
    text-decoration: none;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 2px;
}

footer a:hover { color: #fff; border-bottom-color: #F93752; }
footer s { color: #333; text-decoration: none; margin: 0 10px; }

.disc { margin-top: 16px; font-size: 11px; color: #565656; line-height: 1.65; }

@media (max-width: 600px) {
    h1 { font-size: 23px; }
    main { padding: 34px 18px 48px; }
}
