*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#12121a;--surface-2:#1a1a26;--border:#2a2a3a;--text:#e4e4ef;--text-muted:#8888a0;--accent:#6c5ce7;--accent-2:#a29bfe;--gradient:linear-gradient(135deg,#6c5ce7,#a29bfe,#74b9ff);--hybrid:#e17055;--hybrid-2:#fdcb6e}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;min-height:100vh}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@media (max-width:1200px){.search-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.search-grid{grid-template-columns:1fr!important}}