/* style.css - modern & mobile friendly */
:root{--primary:#0d6efd;--muted:#6b7280;--bg:#f5f7fb}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:#111}
.card{border-radius:12px;background:#fff;box-shadow:0 8px 20px rgba(17,24,39,.06)}
.hero{background:linear-gradient(135deg,var(--primary),#6f42c1);color:#fff;border-radius:14px;padding:44px 20px;margin:18px 0}
.hero h1{font-weight:800;margin-bottom:6px}
.hero p{color:rgba(255,255,255,.92)}
.btn{border-radius:10px}
.list-group-item{border:0;border-top:1px solid #eef2f7}
.paste-content{white-space:pre-wrap;word-wrap:break-word}
.paste-actions .btn{margin-left:.5rem}
@media(max-width:768px){ .hero{padding:28px 12px} .hero h1{font-size:1.5rem} }
