/* Grokionary Styles - Truth in Every Term */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #1e293b;
    line-height: 1.7;
}
h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}
h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #334155;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #3b82f6;
    padding-left: 15px;
}
h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3b82f6;
    margin: 20px 0 10px;
}
h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #475569;
    margin: 15px 0 8px;
}
p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.mission-vision {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.mission-vision p {
    font-size: 1.15rem;
    font-style: italic;
    color: #475569;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
}
.intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
}
.samples {
    margin: 40px 0;
}
.samples p {
    text-align: center;
    font-style: italic;
    color: #64748b;
}
.definition.primary {
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid #059669;
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.15);
}
.definition.primary h3 {
    color: #059669;
}
.definition ul {
    list-style-type: none;
    padding-left: 0;
}
.definition li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.definition li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: bold;
}
nav {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}
a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    margin: 0 15px;
    transition: color 0.2s ease;
}
a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.95rem;
    color: #64748b;
}
/* Responsive tweaks for mobile truth-seekers */
@media (max-width: 768px) {
    body { padding: 20px 10px; }
    h1 { font-size: 2.25rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    .mission-vision, .definition { padding: 20px; }
    nav a { display: block; margin: 10px 0; }
}

/* Suggested / Submission panel - consistent with site styling */
.suggested-panel {
    background: linear-gradient(180deg, #fffbeb 0%, #fff7ed 100%);
    border: 1px solid #f59e0b;
    color: #92400e;
    padding: 18px;
    border-radius: 10px;
    margin: 12px 0;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}
.suggested-panel h3 {
    margin: 0 0 6px 0;
    color: #92400e;
    font-size: 1.15rem;
}
.suggested-panel p {
    margin: 6px 0;
    color: #7c2d12;
}
.suggested-panel small {
    color: #6b2a0f;
    display: block;
    margin-top: 6px;
}

/* Sponsor panel styles */
.sponsor-panel {
    background: linear-gradient(180deg, #fff, #fffbf0);
    border: 1px solid #f3b82f;
    padding: 14px;
    border-radius: 8px;
    color: #92400e;
}
.sponsor-panel h4 {
    margin: 0 0 6px 0;
    color: #92400e;
}
.sponsor-panel p { margin: 0 0 8px 0; color:#7c2d12; }

/* Submit page sponsor section */
.sponsor-section {
    display: none;
    border: 1px solid #f59e0b;
    padding: 15px;
    border-radius: 8px;
    background: #fffbeb;
    margin-bottom: 15px;
}

.sponsor-section h3 {
    margin-top: 0;
    color: #92400e;
}

.sponsor-section p {
    color: #7c2d12;
    margin-bottom: 10px;
}

.sponsor-amount-input {
    width: 100px;
}