Skip to content

Instantly share code, notes, and snippets.

View fahsoder's full-sized avatar
🏠
Working from home

Fabiano Soder fahsoder

🏠
Working from home
View GitHub Profile
@fahsoder
fahsoder / monaco_report.html
Last active April 23, 2026 13:25
Squad MONACO — Δ Entregas (últimos 15 dias, novos vs 09/04)
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Relatório de Entregas (Δ) — Squad MONACO</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
:root{--bg:#0a0e1a;--bg-card:rgba(255,255,255,.05);--bg-hover:rgba(255,255,255,.08);--border:rgba(255,255,255,.08);--border-h:rgba(255,255,255,.16);--text:#f0f0f5;--muted:#8b8fa3;--purple:#b088f9;--purplebg:rgba(176,136,249,.12);--green:#21c25e;--greenbg:rgba(33,194,94,.12);--red:#ff5630;--redbg:rgba(255,86,48,.12);--blue:#4a9eff;--bluebg:rgba(74,158,255,.12);--yellow:#ffc800;--yellowbg:rgba(255,200,0,.12);--orange:#ff8c42;--orangebg:rgba(255,140,66,.12);--cyan:#22d3ee;--cyanbg:rgba(34,211,238,.12);--primary:#6c63ff;}
*{margin:0;padding:0;box-sizing:border-box;}