/* Basic styles for the preview page */
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; padding:24px; background:#f7f8fb; color:#0f172a;}
header{margin-bottom:16px}
h1{font-size:22px}
pre{background:#ffffff; border:1px solid #e6e9ef; padding:12px; border-radius:8px; overflow:auto; max-height:420px}
#files, #readme{margin-bottom:18px}
