/* Copied site stylesheet to public assets */
:root{ --brand-primary:#0f766e; --brand-secondary:#06b6d4; --brand-accent:#f59e0b; --text-muted:#6b7280; --bg-glass: rgba(255,255,255,0.1); }
body { font-family: 'Inter', system-ui, sans-serif; scroll-behavior: smooth; }
.glass { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); }
.btn-primary { background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary)); transition: all .25s ease; }
