
.gt-hidden{ display:none !important; }
.gt-atlas-wrap{ border:1px solid #e6ece6; border-radius:12px; padding:12px; background:#fff; }
.gt-atlas-controls{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:10px; }
.gt-atlas-controls input[type="search"], .gt-atlas-controls select, .gt-atlas-controls button{ padding:8px; min-height:36px; }
.gt-atlas-stats{ display:flex; flex-wrap:wrap; gap:6px; margin-bottom:8px; }
.gt-pill{ background:#f3faf3; border:1px solid #e1eee1; border-radius:999px; padding:4px 8px; display:inline-flex; align-items:center; gap:6px; }
.gt-dot{ width:8px; height:8px; border-radius:50%; display:inline-block; }
.gt-k{ font-weight:600; margin-right:4px; }
.gt-popup img.gt-thumb{ width:100%; height:120px; object-fit:cover; border-radius:8px; margin-bottom:6px; }
.gt-compare-tray{ display:flex; align-items:center; gap:8px; margin:8px 0; }
.gt-compare-items{ display:flex; gap:6px; flex-wrap:wrap; }
.gt-chip{ background:#eef7ee; border:1px solid #d6e7d6; padding:3px 6px; border-radius:999px; }
.gt-modal{ position:fixed; inset:0; z-index:9999; }
.gt-modal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,0.25); }
.gt-modal-content{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:#fff; padding:16px; border-radius:12px; width:min(960px, 92vw); max-height:84vh; overflow:auto; }
.gt-modal-close{ position:absolute; right:8px; top:6px; background:transparent; border:none; font-size:22px; }
.gt-compare-grid{ display:grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap:12px; margin-top:22px; }
.gt-card{ border:1px solid #e6ece6; border-radius:12px; padding:12px; background:#fff; }
.gt-card img{ width:100%; height:140px; object-fit:cover; border-radius:8px; }

/* Help */
.gt-help { background:#f7fdf7; border:1px solid #dfe7df; border-radius:12px; padding:16px; margin-top:12px; }
.gt-help h2 { margin-top:0; }
.gt-help details + details { border-top:1px solid #e7efe7; margin-top:8px; padding-top:8px; }
.gt-help summary { cursor:pointer; padding:8px 0; }
.gt-help .gt-help-note { margin-top:8px; color:#4a4a4a; }

/* Archive */
.gt-archive-title{ margin:0 0 12px; }
