/* Modern Sovereign UI Design */
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; line-height: 1.6; color: #333; background: transparent !important; }
.card, .box, .container { background: rgba(255, 255, 255, 0.85) !important; backdrop-filter: blur(10px); border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.3); padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
button, .btn { border-radius: 8px !important; transition: all 0.3s ease; }
button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
