Mode

University Cash Flow: Transaction Timeline

:root { --bg-color: #f8fafc; --card-bg: #ffffff; --text-primary: #1e293b; --text-secondary: #64748b; --accent-color: #2563eb; --border-radius: 12px; --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 /...

HTML

UKRI Funding Flows: Interactive Explorer

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap'); body { font-family: 'Inter', sans-serif; background-color: #f8fafc; color: #1e293b; } /* Chart specific styles */ .sankey-node rect { cursor: default; fill-opacity: .9; shape-rendering: crispEdges; transition: fill-opacity 0.2s; } .sankey-node rect:hover...

HTML D3.js Tailwind CSS

Global Student Visa Difficulty Index (Expanded)

:root { --bg-color: #f4f6f8; --card-bg: #ffffff; --text-main: #2c3e50; --text-light: #7f8c8d; --border-color: #e0e0e0; /* Difficulty Colors */ --diff-low: #27ae60; /* Green */ --diff-med: #f1c40f; /* Yellow */ --diff-high: #e67e22; /* Orange */ --diff-ext:...

HTML Chart.js

The University Ranking Recipe

The University Ranking Recipe Ever wonder why university rankings change so much between guides? It's all in the recipe. Discover the unique blend of ingredients each major UK guide uses to measure...

HTML Chart.js Tailwind CSS