.sovran-tile { border-radius: 16px; padding: 8px; min-width: 140px; min-height: 160px; transition: box-shadow 200ms ease-in-out; } .sovran-tile:hover { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); } .success { color: #2ec27e; } .warning { color: #e5a50a; } .error { color: #e01b24; } .disabled-label { color: #888888; font-style: italic; } .role-badge { padding: 2px 8px; border-radius: 4px; font-size: 0.75em; } .update-badge { color: #e01b24; font-size: 1.2em; font-weight: bold; } .ip-bar { padding: 8px 16px; border-radius: 8px; background: alpha(@card_bg_color, 0.5); } .ip-value { font-family: monospace; font-weight: bold; color: @accent_color; }