
        /* --- ESTILOS COMPATIBILIZADOS SC CLUBE --- */
        :root {
            --primary-color: #0177d7; /* Azul SC Clube */
            --primary-light: #163657;
            --secondary-color: #11bb28; /* Verde SC Clube */
            --text-color: #2c3e50;
            --text-light: #7f8c8d;
            --border-color: #e6ebf1;
            --bg-premium: #f4f7fa;
            --bg-card: #ffffff;
            --shadow: 0 5px 20px rgba(0,0,0,0.05);
            --radius: 12px;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        body { background-color: var(--bg-premium); color: var(--text-color); padding-bottom: 40px; }

        /* Header */
        .main-header {
            background-color: var(--primary-color);
            color: #ffffff;
            padding: 20px 40px;
            border-bottom: 4px solid var(--secondary-color);
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .logo strong { font-size: 20px; letter-spacing: 1px; font-family: 'Poppins', sans-serif; }
        .logo span { color: var(--secondary-color); font-weight: bold; }
        .btn-back { color: #ffffff; text-decoration: none; font-size: 14px; transition: color 0.2s; }
        .btn-back:hover { color: var(--secondary-color); }

        .main-tracker {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
            display: flex;
            justify-content: center;
        }

        /* Card Base */
        .tracker-card {
            background: var(--bg-card);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 30px;
            border: 1px solid var(--border-color);
        }

        /* Painel de Busca */
        .tracker-search-section { width: 100%; max-width: 480px; }
        .login-card { text-align: center; position: relative; overflow: hidden; width: 100%; }
        .login-card::before {
            content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px;
            background: linear-gradient(90deg, #00a6f3, #4d59ff);
        }
        .card-header-icon { font-size: 40px; color: var(--secondary-color); margin-bottom: 15px; opacity: 0.9; }
        .login-card h2 { color: var(--primary-color); font-size: 22px; margin-bottom: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; }
        .login-card p { color: var(--text-light); font-size: 14px; margin-bottom: 25px; line-height: 1.5; }

        /* Inputs */
        .input-group { position: relative; margin-bottom: 15px; text-align: left; }
        .input-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--text-light); opacity: 0.7; font-size: 16px; }
        .input-modern {
            width: 100%; padding: 14px 14px 14px 45px; border: 2px solid var(--border-color);
            border-radius: 8px; font-size: 15px; color: var(--text-color); background: #fbfdff; transition: all 0.2s ease;
            box-sizing: border-box;
        }
        .input-modern:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 4px rgba(1, 119, 215, 0.08); }
        .input-modern#search-placa { text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

        /* Botões */
        .btn-modern {
            width: 100%; padding: 14px 20px; border-radius: 8px; font-weight: 700; font-size: 15px;
            border: none; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; gap: 10px;
        }
        .btn-primary { background-color: var(--primary-color); color: white; }
        .btn-primary:hover:not(:disabled) { background-color: #015eb1; transform: translateY(-1px); }
        .btn-primary:disabled { background-color: #94a3b8; cursor: not-allowed; }
        .btn-secondary { background-color: #f1f3f5; color: var(--primary-color); margin-top: 25px; }
        .btn-secondary:hover { background-color: #e9ecef; }

        /* Painel de Resultados */
        .tracker-result-section { display: none; width: 100%; max-width: 800px; }
        .info-card { margin-bottom: 25px; }
        .info-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--border-color); }
        .info-title { display: flex; align-items: center; gap: 12px; color: var(--primary-color); font-size: 18px; font-weight: 700; font-family: 'Poppins', sans-serif; }
        .status-badge { background-color: #e8f0fe; color: var(--primary-color); font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 20px; text-transform: uppercase; border: 1px solid #cbd5e1; }
        
        .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; }
        .info-item { display: flex; align-items: center; gap: 12px; background: #f9fbff; padding: 12px 15px; border-radius: 8px; border: 1px solid #edf2f8; }
        .info-item i { font-size: 18px; color: var(--secondary-color); width: 20px; text-align: center; }
        .info-item span { font-size: 12px; color: var(--text-light); display: block; }
        .info-item strong { font-size: 14px; color: var(--primary-color); font-weight: 700; }

        /* Linha do Tempo Premium */
        .timeline-card h3 { color: var(--primary-color); font-size: 18px; margin-bottom: 25px; font-weight: 700; font-family: 'Poppins', sans-serif; }
        .premium-timeline { list-style: none; position: relative; padding-left: 20px; margin-top: 10px; }
        .premium-timeline::before { content: ''; position: absolute; left: 4px; top: 5px; bottom: 5px; width: 2px; background-color: var(--border-color); }
        
        .step { position: relative; margin-bottom: 25px; display: flex; flex-direction: column; justify-content: center; min-height: 45px; padding-left: 15px; }
        
        /* Círculo base cinza */
        .step::before { 
            content: ''; position: absolute; left: -20px; top: 15px; width: 10px; height: 10px; 
            border-radius: 50%; background: #cbd5e1; border: 2px solid white; 
            box-shadow: 0 0 0 3px #cbd5e1; transition: 0.3s; z-index: 2;
        }
        
        /* Etapas Concluídas (Verde Dinâmico) */
        .step.concluido::before { background: var(--secondary-color); box-shadow: 0 0 0 3px var(--secondary-color); }
        
        /* Etapa Atual Ativa (Azul de Alerta / Foco) */
        .step.atual::before { background: #f39200; box-shadow: 0 0 0 5px rgba(243, 146, 0, 0.2); }

        .step-title { font-size: 14px; font-weight: 600; color: #475569; }
        .step.concluido .step-title { color: var(--primary-color); font-weight: 700; }
        .step.atual .step-title { color: #f39200; font-size: 15px; font-weight: 700; }
        
        .step-date { font-size: 12px; color: #94a3b8; margin-top: 2px; font-weight: 600; }
        .step.concluido .step-date { color: var(--secondary-color); }
        .step.atual .step-date { color: #f39200; }

        /* Responsividade */
        @media (max-width: 600px) {
            .main-tracker { margin-top: 20px; padding: 0 15px; }
            .tracker-card { padding: 20px; }
            .info-grid { grid-template-columns: 1fr; }
        }
