/* Shared styles for SnapFile stub pages: privacy, terms, cookies, about */
* { box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    color: #1e293b;
    background: #ffffff;
    line-height: 1.6;
}
.stub-header {
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 0;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
}
.stub-header .container { display: flex; align-items: center; justify-content: space-between; }
.stub-header a.logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #1e293b;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
}
.stub-header a.logo img { height: 32px; }
.stub-header a.back {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.95rem;
}
.stub-header a.back:hover { text-decoration: underline; }
.container { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
main.stub-content { padding: 3rem 0 4rem; }
main.stub-content h1 {
    font-size: 2.25rem;
    margin: 0 0 0.5rem;
    color: #0f172a;
}
main.stub-content .updated {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}
main.stub-content h2 {
    font-size: 1.4rem;
    margin: 2rem 0 0.75rem;
    color: #0f172a;
}
main.stub-content h3 {
    font-size: 1.1rem;
    margin: 1.25rem 0 0.5rem;
    color: #0f172a;
}
main.stub-content p,
main.stub-content li { color: #334155; }
main.stub-content ul { padding-left: 1.25rem; }
main.stub-content a { color: #2563eb; }
.content-todo {
    background: #fef9c3;
    border: 1px dashed #facc15;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    color: #713f12;
    font-size: 0.9rem;
}
.content-todo strong { display: block; margin-bottom: 0.25rem; color: #854d0e; }
.stub-footer {
    border-top: 1px solid #e2e8f0;
    padding: 2rem 0;
    margin-top: 2rem;
    color: #64748b;
    font-size: 0.9rem;
}
.stub-footer .container { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.stub-footer a { color: #2563eb; text-decoration: none; margin-right: 1rem; }
.stub-footer a:hover { text-decoration: underline; }
.viiptag-link { color: #64748b !important; }
