/* Стили контентных страниц AZPDD — повторяют дизайн приложения */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700&display=swap');

:root { color-scheme: light; }
* { box-sizing: border-box; }

body {
    margin: 0;
    padding: 16px 16px 40px;
    font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #F5F6FA;
    color: #1C1C1E;
    font-size: 16px;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
}

h1 { font-size: 22px; font-weight: 700; margin: 0 0 16px; }
h2 { font-size: 17px; font-weight: 600; margin: 20px 0 10px; }
p { margin: 0 0 12px; }

.card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
}

.rule-article h2 {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.4;
}

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

.rule-part {
    margin-top: 16px;
    font-weight: 600;
}

.rule-note {
    padding: 12px;
    border-radius: 12px;
    background: #F5F6FA;
}

.num { color: #2F80ED; font-weight: 600; }
.muted { color: #8E8E93; }

.placeholder {
    background: #E9F1FE;
    color: #2F80ED;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    font-weight: 500;
}

img { max-width: 100%; border-radius: 12px; display: block; }

.sign {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 10px;
}
.sign img { width: 64px; flex-shrink: 0; }
.sign .title { font-weight: 600; margin: 0 0 4px; }
.sign p { margin: 0; font-size: 14px; color: #5c5c61; }
