/* opensource.bid */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #fafafa; color: #000000; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.6; }
.hero { text-align: center; padding: 4rem 2rem 3rem; border: 3px solid #000000; margin: 1rem; }
.brand { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15); }
.highlight-block { display: inline-block; background: #facc15; padding: 0.5rem 1.5rem; margin-top: 1rem; }
.tagline { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.8rem; }
.bids { max-width: 500px; margin: 0 auto; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.bid-card { border: 3px solid #000000; box-shadow: 4px 4px 0 #000000; padding: 1.25rem; }
.bid-card.yellow { background: #facc15; }
.bid-card.pink { background: #f472b6; }
.bid-card.blue { background: #60a5fa; }
.bid-type { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; }
.bid-project { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.1rem; margin: 0.3rem 0; }
.bid-desc { font-size: 0.75rem; margin-bottom: 0.75rem; }
.bid-amount { font-family: 'IBM Plex Mono', monospace; font-size: 2rem; font-weight: 700; display: block; }
.funded-badge { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 0.6rem; color: #22c55e; background: #000000; padding: 3px 8px; margin-top: 0.5rem; }
.leaderboard { max-width: 500px; margin: 0 auto; padding: 2rem 1.5rem; }
.section-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.2rem; margin-bottom: 1rem; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; }
.leader-cols { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.leader-col { flex: 1; min-width: 120px; border: 3px solid #000000; padding: 1rem; text-align: center; }
.rank { font-family: 'IBM Plex Mono', monospace; font-size: 1.5rem; font-weight: 700; display: block; }
.leader-name { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; display: block; margin-top: 0.3rem; }
.leader-count { font-size: 0.6rem; color: #666666; display: block; margin-top: 0.2rem; }
.submit { max-width: 500px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.form-area { display: flex; flex-direction: column; gap: 0.75rem; }
.input-field { border: 3px solid #000000; padding: 16px; font-size: 0.85rem; color: #666666; background: #ffffff; }
.submit-btn { display: inline-block; background: #facc15; border: 3px solid #000000; box-shadow: 4px 4px 0 #000000; padding: 12px 32px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.9rem; text-align: center; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
