Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Lumina Quantum Ledger</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #050505; | |
| color: #e5e5e5; | |
| } | |
| .mono { | |
| font-family: 'JetBrains Mono', monospace; | |
| } | |
| ::-webkit-scrollbar { | |
| width: 6px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: #111; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: #333; | |
| border-radius: 10px; | |
| } | |
| ::-webkit-scrollbar-thumb:hover { | |
| background: #444; | |
| } | |
| @media print { | |
| @page { | |
| margin: 0; | |
| size: auto; | |
| } | |
| body { | |
| background: white ; | |
| color: black ; | |
| margin: 0 ; | |
| padding: 0 ; | |
| } | |
| #root { | |
| padding: 0 ; | |
| } | |
| .print-hidden { | |
| display: none ; | |
| } | |
| aside, header, nav, button { | |
| display: none ; | |
| } | |
| main { | |
| margin-left: 0 ; | |
| padding: 0 ; | |
| width: 100% ; | |
| } | |
| .print\:p-0 { | |
| padding: 0 ; | |
| } | |
| .print\:m-0 { | |
| margin: 0 ; | |
| } | |
| .print\:shadow-none { | |
| box-shadow: none ; | |
| } | |
| .print\:border-none { | |
| border: none ; | |
| } | |
| .print\:rounded-none { | |
| border-radius: 0 ; | |
| } | |
| * { | |
| -webkit-print-color-adjust: exact ; | |
| print-color-adjust: exact ; | |
| } | |
| } | |
| </style> | |
| <link rel="stylesheet" href="/index.css"> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "lucide-react": "https://esm.sh/lucide-react@^0.563.0", | |
| "@google/genai": "https://esm.sh/@google/genai@^1.38.0", | |
| "recharts": "https://esm.sh/recharts@^3.7.0", | |
| "react-dom/": "https://esm.sh/react-dom@^19.2.4/", | |
| "react/": "https://esm.sh/react@^19.2.4/", | |
| "react": "https://esm.sh/react@^19.2.4", | |
| "react-router-dom": "https://esm.sh/react-router-dom@^7.13.0" | |
| } | |
| } | |
| </script> | |
| <script type="module" crossorigin src="/assets/index-DklJrKkm.js"></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| </body> | |
| </html> | |