/* Project Tracker – GRS styles */
@font-face { font-family: Calibri, Arial, sans-serif; }
:root{ --grs-blue:#001F3D; --grs-gold:#FFD700; }
.grs-pt-app, .wrap { font-family: Calibri, Arial, sans-serif; }
.grs-pt-cards{ display:flex; flex-wrap:wrap; gap:12px; margin:12px 0; }
.grs-pt-card{ background:#0a2d59; color:#fff; border-radius:12px; padding:14px 16px; min-width:200px; box-shadow:0 6px 14px rgba(0,0,0,.15); }
.grs-pt-card .grs-pt-card-title{ font-size:12px; opacity:.85; margin-bottom:4px; }
.grs-pt-card .grs-pt-card-value{ font-size:20px; font-weight:700; color:var(--grs-gold); }
.grs-pt-card.grs-pt-gold{ background:var(--grs-gold); color:#000; }
.grs-pt-card.grs-pt-gold .grs-pt-card-value{ color:#000; }
.grs-pt-progress{ position:relative; height:10px; background:#123a6f; border-radius:8px; overflow:hidden; }
.grs-pt-progress span{ position:absolute; left:0; top:0; bottom:0; background:var(--grs-gold); }
.grs-pt-doc{ margin:16px 0; background:#f7f7f7; padding:10px; border-radius:10px; }
.button.button-link-delete{ color:#c00; }
