/* =============================================================
   Kognitive 360 — legacy stylesheet (intentionally empty)
   -------------------------------------------------------------
   All application styling now lives in the <style> block inside
   frontend/index.html, next to the markup it applies to.

   This file previously carried prototype rules that leaked into
   the app and caused real layout bugs:

     button { margin-left: 8px }   shifted every button in the app,
                                   which permanently offset the
                                   sidebar account chip from the
                                   Sign out button beneath it.

     .card { padding: 20px;        added 20px of inset and 20px of
             margin: 20px 0 }      vertical margin to every card, on
                                   top of the padding already set on
                                   .card-head and .card-body.

     .container { ... }            unused — no element in the app
     pre { ... }                   referenced either selector.

   The file is kept rather than deleted because index.html links to
   /static/styles.css, and removing it would 404 on every page load.
   Keep it empty: add styling to index.html so there is one place to
   look when something renders unexpectedly.
   ============================================================= */
