This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Agri-Innovation Judging | WAWO Edition | Acuterium AUI_V2 & Urana Intelligence</title> | |
| <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | |
| <style> | |
| *{margin:0;padding:0;box-sizing:border-box} | |
| :root{--primary:#1a3a2a;--primary-light:#2d6a4f;--accent:#d4a373;--gold:#c9a84c;--bg:#0d1117;--card:rgba(22,27,34,0.85);--card-solid:#161b22;--text:#e6edf3;--text-light:#8b949e;--danger:#f85149;--success:#3fb950;--warning:#d29922;--border:rgba(255,255,255,0.1);--shadow:0 8px 32px rgba(0,0,0,0.3);--radius:16px;--glass:rgba(255,255,255,0.05);--glow:0 0 20px rgba(201,168,76,0.15)} |