/* ===== Thème Cuik pour Gatus ===== */
@font-face{font-family:'TWK Lausanne';src:url('/brand/fonts/TWKLausanne-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'TWK Lausanne';src:url('/brand/fonts/TWKLausanne-500.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'TWK Lausanne';src:url('/brand/fonts/TWKLausanne-600.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:'TWK Lausanne';src:url('/brand/fonts/TWKLausanne-700.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:'TWK Lausanne';src:url('/brand/fonts/TWKLausanne-800.woff2') format('woff2');font-weight:800;font-display:swap}
/* Palette claire : surface #f5f4f2, carte blanche, carbone #1D1D23, gris cendré #DADADA, orange vif #FC5D1F */
:root{--background:40 13% 95%;--foreground:240 9% 13%;--card:0 0% 100%;--card-foreground:240 9% 13%;--popover:0 0% 100%;--popover-foreground:240 9% 13%;--primary:17 97% 56%;--primary-foreground:0 0% 100%;--secondary:40 12% 92%;--secondary-foreground:240 9% 13%;--muted:40 12% 92%;--muted-foreground:220 9% 46%;--accent:40 12% 92%;--accent-foreground:240 9% 13%;--border:0 0% 85%;--input:0 0% 85%;--ring:17 97% 56%;--radius:0.875rem}
/* Palette sombre : page #141415, carte #1e1e20, texte #f0f0f2 */
.dark{--background:240 2% 8%;--foreground:240 7% 95%;--card:240 3% 12%;--card-foreground:240 7% 95%;--popover:240 3% 12%;--popover-foreground:240 7% 95%;--primary:17 97% 56%;--primary-foreground:0 0% 100%;--secondary:240 4% 15%;--secondary-foreground:240 7% 95%;--muted:240 4% 15%;--muted-foreground:215 14% 65%;--accent:240 4% 15%;--accent-foreground:240 7% 95%;--border:240 3% 16%;--input:240 3% 16%;--ring:17 97% 56%}
body,button,input,select{font-family:'TWK Lausanne',Inter,system-ui,-apple-system,sans-serif}
h1,h2,h3{letter-spacing:-.02em}
/* En-tête : logo Cuik + libellé discret */
header .w-12.h-12{width:auto;height:30px}
header .w-12.h-12 img{height:30px;width:auto;object-fit:contain}
html:not(.dark) header .w-12.h-12 img{content:url('/brand/logo-cuik-full.svg')}
header h1{font-size:14px;font-weight:600;letter-spacing:0;color:hsl(var(--muted-foreground));padding-left:14px;border-left:1px solid hsl(var(--border))}
header h1+p{display:none}
header nav a{font-weight:600}
/* Barre de recherche / filtres : inutile avec 4 services */
#app .rounded-lg:has(#search-input){display:none}
/* Titre du tableau de bord */
#app h1.text-4xl{font-size:clamp(28px,3.5vw,40px);font-weight:800;letter-spacing:-.03em}
#app h1.text-4xl+p{font-size:15px}
/* Cartes */
.endpoint{border-radius:16px;box-shadow:none}
.endpoint:hover{transform:none;box-shadow:0 8px 30px rgba(0,0,0,.08);border-color:hsl(17 97% 56% / .45)}
.endpoint h3 span:hover{color:hsl(var(--primary))}
/* Pied de page : pas de mention Gatus, signature Cuik */
footer .text-muted-foreground,footer #social{display:none}
footer .container>div::before{content:"© Cuik · Built in France, hosted in Europe";font-size:12px;color:hsl(var(--muted-foreground))}
