[x-cloak] { display: none !important; }
html { scroll-behavior: smooth; }
body { letter-spacing: 0; }
.icon-button { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; color: #475569; }
.icon-button:hover { background: #f1f5f9; color: #0f766e; }
.icon-button svg { width: 1.15rem; height: 1.15rem; }
.form-label { display: block; margin-bottom: .4rem; font-size: .875rem; font-weight: 700; color: #334155; }
.form-input { width: 100%; border: 1px solid #cbd5e1; background: white; padding: .7rem .8rem; color: #0f172a; outline: none; }
.form-input:focus { border-color: #0f766e; box-shadow: 0 0 0 3px rgba(13,148,136,.12); }
.hero-overlay { background: linear-gradient(90deg, rgba(2,6,23,.92) 0%, rgba(2,6,23,.72) 43%, rgba(2,6,23,.15) 75%, rgba(2,6,23,.05) 100%); }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prose-copy p { margin-top: 1rem; line-height: 1.75; }
@media print { header, footer, .no-print { display: none !important; } body { background: white !important; } }

