/* v126: the real-data scrollable table card posted the moment a file is uploaded (v123's
   onDatasetLoaded) - matches the "here's your data" table ChatGPT shows on file upload,
   instead of NovaAI only ever describing the file in text. Wraps v121's existing table()
   HTML (already styled by .nova-sqlhub-table in v108-sql-hub.css); this file only adds the
   card chrome and the horizontal-scroll wrapper for wide files. */
.nova-datapreview-card{border:1px solid rgba(111,158,204,.22);border-radius:10px;overflow:hidden;background:rgba(18,28,40,.4)}
.nova-datapreview-scroll{overflow-x:auto;max-width:100%}
.nova-datapreview-scroll .nova-sqlhub-table{margin-bottom:0;min-width:max-content}
.nova-datapreview-scroll .nova-sqlhub-table th{position:sticky;top:0}
.nova-datapreview-note{padding:6px 10px;font-size:11.5px;color:#7c93ad;border-top:1px solid rgba(111,158,204,.16)}
