diff --git a/index.html b/index.html index 2c027bc..e1d3feb 100644 --- a/index.html +++ b/index.html @@ -249,6 +249,36 @@ border: 1px solid rgba(99,102,241,0.2); } + /* ===== APP OFFLINE (grisage) ===== */ + .app-card.offline { + opacity: 0.42; + pointer-events: none; + cursor: not-allowed; + filter: grayscale(80%); + } + + .app-card.offline .card-image-wrapper { + box-shadow: none; + } + + .card-status-badge { + display: none; + margin-top: 4px; + font-size: 0.68rem; + font-weight: 700; + color: #ef4444; + text-transform: uppercase; + letter-spacing: 0.8px; + background: rgba(239,68,68,0.12); + padding: 2px 9px; + border-radius: 10px; + border: 1px solid rgba(239,68,68,0.3); + } + + .app-card.offline .card-status-badge { + display: inline-block; + } + /* ===== FOOTER ===== */ footer { background: #0a0c14; @@ -346,48 +376,53 @@
@@ -402,31 +437,34 @@ @@ -444,8 +482,10 @@