<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="amber">#FBBF24</color>
    <color name="card_stroke">#1FFFFFFF</color>
    <color name="cyan">#22D3EE</color>
    <color name="emerald">#34D399</color>
    <color name="indigo">#6366F1</color>
    <color name="rose">#FB7185</color>
    <color name="slate_300">#CBD5E1</color>
    <color name="slate_400">#94A3B8</color>
    <color name="slate_700">#334155</color>
    <color name="slate_800">#1E293B</color>
    <color name="slate_900">#0F172A</color>
    <color name="slate_950">#020617</color>
    <color name="violet">#8B5CF6</color>
    <color name="white">#FFFFFF</color>
    <string name="api_token_hint">API token</string>
    <string name="app_name">NotifyHub</string>
    <string name="auto_start_on_boot">Start on phone restart</string>
    <string name="auto_start_on_boot_subtitle">Resume SMS monitoring automatically after the device reboots</string>
    <string name="back_to_login">Back to login</string>
    <string name="battery_optimization">Battery optimization settings</string>
    <string name="connect_with_credentials">Connect with credentials</string>
    <string name="custom_sound_label">Custom: %1$s</string>
    <string name="default_sound_label">Using default chime</string>
    <string name="device_id_hint">Device ID (e.g. DEV-00001)</string>
    <string name="device_id_token_required">Device ID and API token are required.</string>
    <string name="device_name_code_required">Device name and registration code are required.</string>
    <string name="device_name_hint">Device name</string>
    <string name="email_hint">Email</string>
    <string name="email_password_required">Email and password are required.</string>
    <string name="error_message">Error: %1$s</string>
    <string name="failed_label">Failed: %1$d</string>
    <string name="filters_refreshed">Filters sync scheduled</string>
    <string name="history_sync_failed">Previous message sync failed</string>
    <string name="history_sync_started">Syncing previous SMS from inbox…</string>
    <string name="history_sync_success">Synced %1$d previous messages</string>
    <string name="invalid_credentials">Invalid credentials: %1$d</string>
    <string name="login_failed">Login failed: %1$d</string>
    <string name="login_hint">Optional — tap Register Device if you have a code or admin credentials.</string>
    <string name="login_subtitle">Sign in to your account</string>
    <string name="login_success_register_device">Signed in. Continue to register this device.</string>
    <string name="logout">Logout</string>
    <string name="manual_credentials_title">Or use admin-registered credentials</string>
    <string name="monitoring_label">Monitoring</string>
    <string name="monitoring_notification_text">Monitoring incoming SMS messages</string>
    <string name="monitoring_notification_title">NotifyHub active</string>
    <string name="monitoring_sms_active">✓ SMS capture active</string>
    <string name="no_device_yet">Need to connect a device?</string>
    <string name="password_hint">Password</string>
    <string name="pending_label">Pending</string>
    <string name="play_sound_on_sms">Play sound on new SMS</string>
    <string name="refresh_filters">Refresh keywords &amp; sender filters</string>
    <string name="refresh_keywords">Refresh keywords</string>
    <string name="register_device">Register Device</string>
    <string name="register_subtitle">Connect this phone to NotifyHub</string>
    <string name="register_with_code">Register with code</string>
    <string name="register_with_code_button">Register with code</string>
    <string name="registering">Registering…</string>
    <string name="registration_code_hint">Registration code</string>
    <string name="registration_failed">Registration failed: %1$d</string>
    <string name="reset_default_sound">Reset to default</string>
    <string name="retry_started">Retrying failed messages…</string>
    <string name="retry_sync">Retry failed</string>
    <string name="service_started_after_registration">SMS monitoring started</string>
    <string name="sign_in">Sign in</string>
    <string name="signing_in">Signing in…</string>
    <string name="signing_secret_hint">Signing secret (required when HMAC is enabled)</string>
    <string name="sound_settings_subtitle">Play a sound when a filtered SMS arrives</string>
    <string name="sound_settings_title">Notification sound</string>
    <string name="sound_updated">Notification sound updated</string>
    <string name="splash_tagline">SMS Monitoring Platform</string>
    <string name="start_service">Start Service</string>
    <string name="status_connected">Connected</string>
    <string name="status_offline">Offline</string>
    <string name="status_syncing">Syncing</string>
    <string name="stop_service">Stop Service</string>
    <string name="sync_log_empty">No sync activity yet.</string>
    <string name="sync_previous_messages">Sync Previous Messages</string>
    <string name="synced_today_label">Synced today</string>
    <string name="test_sound">Test</string>
    <string name="test_sync">Test sync</string>
    <string name="test_sync_failed">Test sync failed</string>
    <string name="test_sync_success">Test message sent</string>
    <string name="upload_sound">Upload sound</string>
    <string name="verifying">Verifying…</string>
    <style name="TextAppearance.NotifyHub.Subtitle" parent="TextAppearance.Material3.BodyMedium">
        <item name="android:textColor">@color/slate_400</item>
    </style>
    <style name="TextAppearance.NotifyHub.Title" parent="TextAppearance.Material3.TitleLarge">
        <item name="android:textColor">@color/white</item>
        <item name="android:textStyle">bold</item>
    </style>
    <style name="Theme.NotifyHub" parent="Theme.Material3.Dark.NoActionBar">
        <item name="colorPrimary">@color/indigo</item>
        <item name="colorSecondary">@color/violet</item>
        <item name="android:statusBarColor">@color/slate_950</item>
        <item name="android:navigationBarColor">@color/slate_950</item>
        <item name="android:windowBackground">@drawable/bg_app_gradient</item>
        <item name="materialButtonStyle">@style/Widget.NotifyHub.Button</item>
        <item name="textInputStyle">@style/Widget.NotifyHub.TextInput</item>
    </style>
    <style name="Theme.NotifyHub.Splash" parent="Theme.NotifyHub">
        <item name="android:windowBackground">@drawable/bg_app_gradient</item>
    </style>
    <style name="Widget.NotifyHub.Button" parent="Widget.Material3.Button">
        <item name="cornerRadius">14dp</item>
        <item name="android:minHeight">52dp</item>
    </style>
    <style name="Widget.NotifyHub.Button.Outlined" parent="Widget.Material3.Button.OutlinedButton">
        <item name="cornerRadius">14dp</item>
        <item name="strokeColor">@color/card_stroke</item>
    </style>
    <style name="Widget.NotifyHub.TextInput" parent="Widget.Material3.TextInputLayout.OutlinedBox">
        <item name="boxCornerRadiusTopStart">14dp</item>
        <item name="boxCornerRadiusTopEnd">14dp</item>
        <item name="boxCornerRadiusBottomStart">14dp</item>
        <item name="boxCornerRadiusBottomEnd">14dp</item>
        <item name="boxStrokeColor">@color/slate_700</item>
        <item name="hintTextColor">@color/slate_400</item>
    </style>
</resources>