/* Minimal local shim for Font Awesome icons used by templates.
   This file assumes Font Awesome webfonts are placed under static/webfonts/ (e.g. fa-solid-900.woff2)
   For full feature parity, download the Font Awesome free webfonts and css and place them here.
   See ../webfonts/README.md for instructions. */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

.fa, .fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  speak: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon definitions for commonly used icons */
.fa-edit:before { content: "\f044"; }
.fa-check:before { content: "\f00c"; }
.fa-trash:before { content: "\f1f8"; }
.fa-times:before { content: "\f00d"; }
.fa-plus:before { content: "\f067"; }
.fa-save:before { content: "\f0c7"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-cube:before { content: "\f1b2"; }
.fa-rocket:before { content: "\f135"; }
.fa-history:before { content: "\f1da"; }
.fa-upload:before { content: "\f093"; }
.fa-cogs:before { content: "\f085"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-receipt:before { content: "\f543"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-list:before { content: "\f03a"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-eye:before { content: "\f06e"; }
.fa-expand-arrows-alt:before { content: "\f31e"; }
.fa-file:before { content: "\f15b"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-clock:before { content: "\f017"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-industry:before { content: "\f275"; }
.fa-user-plus:before { content: "\f234"; }
.fa-inbox:before { content: "\f01c"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-calendar:before { content: "\f133"; }
.fa-cubes:before { content: "\f1b3"; }

.model-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}
.preview-image {
    max-width: 200px;
    max-height: 150px;
    object-fit: cover;
}
.file-info {
    font-size: 0.9em;
    color: #666;
}
.upload-preview {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    margin: 5px;
}
.quote-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
/* Add here any icon fallbacks you need. This is intentionally minimal. */
