/* Stream-Sync Main Styles */
:root {
    --primary: #2563eb;
    --secondary: #1e40af;
    --accent: #8b5cf6;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.status-online {
    color: #10b981;
    font-weight: bold;
}
